Skip to content

Commit

Permalink
Update sqlite3 requirement from ~> 1.4.1 to ~> 2.0.1
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.4.1...v2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 9a3390f commit 3c8e09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.additional
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "httpclient"
gem "rexml"
gem "sequel", "> 0"
gem "sidekiq"
gem "sqlite3", "~> 1.4.1"
gem "sqlite3", "~> 2.0.1"
gem "tilt"
gem "haml"
gem "redis"
Expand Down

0 comments on commit 3c8e09e

Please sign in to comment.