Skip to content

Commit

Permalink
Bump sqlite3 from 1.7.3 to 2.0.4
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.0.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@v1.7.3...v2.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2024
1 parent a7e1702 commit 2a1e482
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "stimulus-rails"
gem "jbuilder"
gem "bootsnap", require: false
gem "solid_cable"
gem "sqlite3", "~> 1.7.3"
gem "sqlite3", "~> 2.0.4"
gem "sshkey"

group :development, :test do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ GEM
shellany (0.0.1)
solid_cable (1.0.3)
rails (< 9)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.4-aarch64-linux-gnu)
sqlite3 (2.0.4-arm64-darwin)
sqlite3 (2.0.4-x86_64-linux-gnu)
sshkey (3.0.0)
sshkit (1.23.0)
base64
Expand Down Expand Up @@ -461,7 +461,7 @@ DEPENDENCIES
rails (~> 7.1.2)
selenium-webdriver
solid_cable
sqlite3 (~> 1.7.3)
sqlite3 (~> 2.0.4)
sshkey
standard
standard-rails
Expand Down

0 comments on commit 2a1e482

Please sign in to comment.