Skip to content

Commit

Permalink
Bump sqlite3 from 2.3.1 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.3.1 to 2.4.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@v2.3.1...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 8e05508 commit 2ca3281
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem "stackprof"
gem "solid_cache", "~> 1.0.6"
gem "solid_cable", "~> 3.0.2"
gem "solid_queue", "~> 1.0.2"
gem "sqlite3", "~> 2.3.1"
gem "sqlite3", "~> 2.4.0"
gem "stimulus-rails"
gem "turbo-rails", "~> 2.0.11"
gem "vite_rails", "~> 3.0.19"
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -476,16 +476,16 @@ GEM
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
sqlite3 (2.3.1-aarch64-linux-gnu)
sqlite3 (2.3.1-aarch64-linux-musl)
sqlite3 (2.3.1-arm-linux-gnu)
sqlite3 (2.3.1-arm-linux-musl)
sqlite3 (2.3.1-arm64-darwin)
sqlite3 (2.3.1-x86-linux-gnu)
sqlite3 (2.3.1-x86-linux-musl)
sqlite3 (2.3.1-x86_64-darwin)
sqlite3 (2.3.1-x86_64-linux-gnu)
sqlite3 (2.3.1-x86_64-linux-musl)
sqlite3 (2.4.0-aarch64-linux-gnu)
sqlite3 (2.4.0-aarch64-linux-musl)
sqlite3 (2.4.0-arm-linux-gnu)
sqlite3 (2.4.0-arm-linux-musl)
sqlite3 (2.4.0-arm64-darwin)
sqlite3 (2.4.0-x86-linux-gnu)
sqlite3 (2.4.0-x86-linux-musl)
sqlite3 (2.4.0-x86_64-darwin)
sqlite3 (2.4.0-x86_64-linux-gnu)
sqlite3 (2.4.0-x86_64-linux-musl)
sshkit (1.23.2)
base64
net-scp (>= 1.1.2)
Expand Down Expand Up @@ -587,7 +587,7 @@ DEPENDENCIES
solid_cable (~> 3.0.2)
solid_cache (~> 1.0.6)
solid_queue (~> 1.0.2)
sqlite3 (~> 2.3.1)
sqlite3 (~> 2.4.0)
stackprof
stimulus-rails
thruster (~> 0.1.9)
Expand Down

0 comments on commit 2ca3281

Please sign in to comment.