Skip to content

Commit

Permalink
Update activerecord requirement from >= 5.2.0, < 7.0.0 to >= 5.2.0, <…
Browse files Browse the repository at this point in the history
… 8.0.0

Updates the requirements on [activerecord](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.2.3/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v5.2.0...v7.0.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 31, 2022
1 parent 0f498ce commit 3d6f1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_record_tweaks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "activerecord", ">= 5.2.0", "< 7.0.0"
s.add_dependency "activerecord", ">= 5.2.0", "< 8.0.0"

s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rake", ">= 10.0", "<= 14.0"
Expand Down

0 comments on commit 3d6f1d9

Please sign in to comment.