Skip to content

Commit

Permalink
Bump sqlite3 from 2.1.0 to 2.3.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.3.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.3.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 Nov 20, 2024
1 parent 798a8a0 commit 31f9f01
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 @@ -9,7 +9,7 @@ gem "dotenv-rails"
gem "kamal"
gem "puma", ">= 5.0"
gem "rails", "~> 7.2.1"
gem "sqlite3", "~> 2.1.0"
gem "sqlite3", "~> 2.3.0"

# Assets
gem "propshaft"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,9 @@ GEM
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
sqlite3 (2.1.0-aarch64-linux-gnu)
sqlite3 (2.1.0-arm64-darwin)
sqlite3 (2.1.0-x86_64-linux-gnu)
sqlite3 (2.3.0-aarch64-linux-gnu)
sqlite3 (2.3.0-arm64-darwin)
sqlite3 (2.3.0-x86_64-linux-gnu)
sshkey (3.0.0)
sshkit (1.23.1)
base64
Expand Down Expand Up @@ -506,7 +506,7 @@ DEPENDENCIES
selenium-webdriver
solid_cable
solid_queue
sqlite3 (~> 2.1.0)
sqlite3 (~> 2.3.0)
sshkey
standard
standard-rails
Expand Down

0 comments on commit 31f9f01

Please sign in to comment.