Skip to content

Commit

Permalink
chore(deps): update sqlite3 requirement from ~> 1.4 to >= 1.4, < 3.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.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 02755b5 commit fbb06b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec_profiling.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activerecord"
spec.add_dependency "get_process_mem"
spec.add_dependency "rails"
spec.add_dependency "sqlite3", "~>1.4"
spec.add_dependency "sqlite3", ">=1.4", "<3.0"

spec.add_development_dependency "bundler", "> 1.3"
spec.add_development_dependency "pry"
Expand Down

0 comments on commit fbb06b3

Please sign in to comment.