Skip to content

Commit db08ee1

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/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.4"
11+
gem "sqlite3", "2.9.5"
1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", "8.0.2"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]

docs/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ GEM
297297
rubyzip (>= 1.2.2, < 4.0)
298298
websocket (~> 1.0)
299299
sin_lru_redux (2.5.2)
300-
sqlite3 (2.9.4)
300+
sqlite3 (2.9.5)
301301
mini_portile2 (~> 2.8.0)
302-
sqlite3 (2.9.4-x86_64-linux-gnu)
302+
sqlite3 (2.9.5-x86_64-linux-gnu)
303303
standard (1.54.0)
304304
language_server-protocol (~> 3.17.0.2)
305305
lint_roller (~> 1.0)
@@ -366,7 +366,7 @@ DEPENDENCIES
366366
ruby_ui!
367367
ruby_ui-mcp!
368368
selenium-webdriver
369-
sqlite3 (= 2.9.4)
369+
sqlite3 (= 2.9.5)
370370
standard
371371
stimulus-rails (= 1.3.4)
372372
tailwind_merge (~> 1.5.1)

0 commit comments

Comments
 (0)