Skip to content

Commit

Permalink
Bump sqlite3 from 2.1.0 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.1.0 to 2.5.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.1.0...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent db502e7 commit 05e8575
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ GEM
uri (>= 0.13.1)
ast (2.4.2)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
benchmark (0.3.0)
bigdecimal (3.1.8)
Expand All @@ -99,6 +100,7 @@ GEM
et-orbi (1.2.11)
tzinfo
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
Expand Down Expand Up @@ -159,6 +161,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
Expand Down Expand Up @@ -268,7 +272,8 @@ GEM
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
sqlite3 (2.1.0-arm64-darwin)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
sshkit (1.23.1)
base64
net-scp (>= 1.1.2)
Expand All @@ -280,6 +285,7 @@ GEM
stringio (3.1.1)
thor (1.3.2)
thruster (0.1.8-arm64-darwin)
thruster (0.1.8-x86_64-linux)
timeout (0.4.1)
turbo-rails (2.0.10)
actionpack (>= 6.0.0)
Expand All @@ -302,6 +308,7 @@ GEM

PLATFORMS
arm64-darwin
x86_64-linux

DEPENDENCIES
bootsnap
Expand Down

0 comments on commit 05e8575

Please sign in to comment.