Skip to content

Commit f47eecf

Browse files
Bump sqlite3 from 2.9.4 to 2.9.5 in /docs (#421)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 957bd88 commit f47eecf

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
@@ -301,9 +301,9 @@ GEM
301301
websocket (~> 1.0)
302302
simpleidn (0.2.3)
303303
sin_lru_redux (2.5.2)
304-
sqlite3 (2.9.4)
304+
sqlite3 (2.9.5)
305305
mini_portile2 (~> 2.8.0)
306-
sqlite3 (2.9.4-x86_64-linux-gnu)
306+
sqlite3 (2.9.5-x86_64-linux-gnu)
307307
standard (1.55.0)
308308
language_server-protocol (~> 3.17.0.2)
309309
lint_roller (~> 1.0)
@@ -370,7 +370,7 @@ DEPENDENCIES
370370
ruby_ui!
371371
ruby_ui-mcp!
372372
selenium-webdriver
373-
sqlite3 (= 2.9.4)
373+
sqlite3 (= 2.9.5)
374374
standard
375375
stimulus-rails (= 1.3.4)
376376
tailwind_merge (~> 1.5.1)

0 commit comments

Comments
 (0)