Skip to content

Commit

Permalink
Update sqlite3 requirement from ~> 1.4 to ~> 2.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.4.0...v2.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 5f53b2e commit 1a6acb6
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 @@ -21,7 +21,7 @@ activerecord_version =
nil
gem('activerecord', *activerecord_version)
platform(:mri, :truffleruby) do
gem 'sqlite3', '~> 1.4' # loosen this in accordance with active_record/connection_adapters/sqlite3_adapter.rb
gem 'sqlite3', '~> 2.0' # loosen this in accordance with active_record/connection_adapters/sqlite3_adapter.rb
end
platform(:jruby) do
gem 'activerecord-jdbcsqlite3-adapter'
Expand Down

0 comments on commit 1a6acb6

Please sign in to comment.