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

Commit e26300e

Browse files
Bump sqlite3 from 2.9.3 to 2.9.4
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.9.3 to 2.9.4. - [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.3...v2.9.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a875675 commit e26300e

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.3"
11+
gem "sqlite3", "2.9.4"
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
@@ -277,9 +277,9 @@ GEM
277277
rubyzip (>= 1.2.2, < 4.0)
278278
websocket (~> 1.0)
279279
sin_lru_redux (2.5.2)
280-
sqlite3 (2.9.3)
280+
sqlite3 (2.9.4)
281281
mini_portile2 (~> 2.8.0)
282-
sqlite3 (2.9.3-x86_64-linux-gnu)
282+
sqlite3 (2.9.4-x86_64-linux-gnu)
283283
standard (1.52.0)
284284
language_server-protocol (~> 3.17.0.2)
285285
lint_roller (~> 1.0)
@@ -345,7 +345,7 @@ DEPENDENCIES
345345
rss (= 0.3.2)
346346
ruby_ui!
347347
selenium-webdriver
348-
sqlite3 (= 2.9.3)
348+
sqlite3 (= 2.9.4)
349349
standard
350350
stimulus-rails (= 1.3.4)
351351
tailwind_merge (~> 1.4.0)

0 commit comments

Comments
 (0)