Skip to content

Commit

Permalink
Bump sqlite3 from 1.7.3 to 2.2.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.2.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.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 77c2a35 commit f7ace4d
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 @@ -75,7 +75,7 @@ group :development do
# gem "rack-mini-profiler"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.7"
gem "sqlite3", "~> 2.2"

# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.2.0-x86_64-linux-gnu)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.1)
Expand Down Expand Up @@ -373,7 +373,7 @@ DEPENDENCIES
simple_form
simplecov
sprockets-rails
sqlite3 (~> 1.7)
sqlite3 (~> 2.2)
stimulus-rails
turbo-rails
tzinfo-data
Expand Down

0 comments on commit f7ace4d

Please sign in to comment.