Skip to content

Commit

Permalink
chore(deps): Update activerecord requirement from >= 6.0, < 7.2 to >=…
Browse files Browse the repository at this point in the history
… 6.0, < 7.3

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent ca753aa commit 66d0b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprinter-activerecord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*']
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activerecord', ['>= 6.0', '< 7.2']
spec.add_runtime_dependency 'activerecord', '>= 6.0', '< 7.3'
spec.add_runtime_dependency 'blueprinter', '~> 1.0'

spec.add_development_dependency 'appraisal', '~> 2.5'
Expand Down

0 comments on commit 66d0b98

Please sign in to comment.