Skip to content

Commit

Permalink
Update activesupport requirement from >= 6.1, < 8 to >= 6.1, < 9
Browse files Browse the repository at this point in the history
Updates the requirements on [activesupport](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/v8.0.0/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.0...v7.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent dc9558e commit d4a9944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts_as_paranoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", ">= 6.1", "< 8"
spec.add_dependency "activesupport", ">= 6.1", "< 8"
spec.add_dependency "activesupport", ">= 6.1", "< 9"

spec.add_development_dependency "appraisal", "~> 2.3"
spec.add_development_dependency "minitest", "~> 5.14"
Expand Down

0 comments on commit d4a9944

Please sign in to comment.