Skip to content

Commit

Permalink
Update sqlite3 requirement from ~> 1.6.1 to ~> 1.7.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/master/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.6.1...v1.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent da217c2 commit 1eb3469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_query.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "activesupport", ">= 5.0", "< 8.0"

s.add_development_dependency "rspec", "~> 3.12"
s.add_development_dependency "sqlite3", "~> 1.6.1"
s.add_development_dependency "sqlite3", "~> 1.7.0"

s.metadata["rubygems_mfa_required"] = "true"

Expand Down

0 comments on commit 1eb3469

Please sign in to comment.