Skip to content

Commit

Permalink
chore(deps): update sqlite3 requirement from ~> 1.5 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.5.0...v2.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 7cc97b4 commit e25e17d
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 @@ -24,5 +24,5 @@ gem 'rspec', '~> 3.12'
gem 'rspec-rails', '~> 7.0'
gem 'rubocop', '~> 1.44'
gem 'rubocop-rake'
gem 'sqlite3', '~> 1.5'
gem 'sqlite3', '~> 2.0'
gem 'yard', '>= 0.9.34'

0 comments on commit e25e17d

Please sign in to comment.