Skip to content

Commit

Permalink
Bump sqlite3 from 1.7.3 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.6.0.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.7.3...v2.6.0)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent 0a7e15f commit b01d2a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "rails", "~> 7.2.2"
gem "rqrcode"
gem "simple_form"
gem "solid_queue"
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.6"
gem "stimulus-rails"
gem "tailwindcss-rails"
gem "turbo-rails"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ GEM
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.6.0-x86_64-linux-gnu)
standard (1.45.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -414,7 +414,7 @@ DEPENDENCIES
selenium-webdriver
simple_form
solid_queue
sqlite3 (~> 1.4)
sqlite3 (~> 2.6)
standard
stimulus-rails
tailwindcss-rails
Expand Down

0 comments on commit b01d2a3

Please sign in to comment.