Skip to content

Commit

Permalink
Update activerecord requirement from >= 7.0, < 7.3 to >= 7.0, < 8.1 (#37
Browse files Browse the repository at this point in the history
)

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/v8.0.0/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v7.0.0...v7.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent e5aa9c3 commit e782faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paranoia_uniqueness_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.required_ruby_version = '>= 3.1'

gem.add_dependency 'activerecord', '>= 7.0', '< 7.3'
gem.add_dependency 'activerecord', '>= 7.0', '< 8.1'

gem.add_development_dependency 'database_cleaner', '~> 2.0'
gem.add_development_dependency 'paranoia', '~> 3.0'
Expand Down

0 comments on commit e782faa

Please sign in to comment.