Skip to content

Commit

Permalink
Update sqlite3 requirement from 1.6.8 to 2.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version.
- [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.6.8...v2.4.0)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent d006143 commit dd27c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby "~> 3.1.1"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.0.3"
# Use sqlite3 as the database for Active Record
gem "sqlite3", "1.6.8"
gem "sqlite3", "2.4.0"
# Use Puma as the app server
gem "puma", ">= 5.6.4"
# Use SCSS for stylesheets
Expand Down

0 comments on commit dd27c6c

Please sign in to comment.