Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 2e406e2

Browse files
Bump sqlite3 from 2.9.2 to 2.9.3 (#456)
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v2.9.2...v2.9.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae6531d commit 2e406e2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "rails", "8.1.3"
88
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
99
gem "propshaft", "1.3.2"
1010
# Use sqlite3 as the database for Active Record
11-
gem "sqlite3", "2.9.2"
11+
gem "sqlite3", "2.9.3"
1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", "7.2.0"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ GEM
280280
rubyzip (>= 1.2.2, < 4.0)
281281
websocket (~> 1.0)
282282
sin_lru_redux (2.5.2)
283-
sqlite3 (2.9.2)
283+
sqlite3 (2.9.3)
284284
mini_portile2 (~> 2.8.0)
285-
sqlite3 (2.9.2-x86_64-linux-gnu)
285+
sqlite3 (2.9.3-x86_64-linux-gnu)
286286
standard (1.54.0)
287287
language_server-protocol (~> 3.17.0.2)
288288
lint_roller (~> 1.0)
@@ -347,7 +347,7 @@ DEPENDENCIES
347347
rss (= 0.3.2)
348348
ruby_ui!
349349
selenium-webdriver
350-
sqlite3 (= 2.9.2)
350+
sqlite3 (= 2.9.3)
351351
standard
352352
stimulus-rails (= 1.3.4)
353353
tailwind_merge (~> 1.4.0)

0 commit comments

Comments
 (0)