Skip to content

Commit

Permalink
Update sqlite3 requirement from ~> 2.1.0 to ~> 2.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@v2.1.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 67d6a7e commit f29cfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anony.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "yard", "~> 0.9.20"

# For integration testing
spec.add_development_dependency "sqlite3", "~> 2.1.0"
spec.add_development_dependency "sqlite3", "~> 2.2.0"

if ENV["RAILS_VERSION"]
spec.add_dependency "activerecord", "~> #{ENV['RAILS_VERSION']}"
Expand Down

0 comments on commit f29cfc9

Please sign in to comment.