Skip to content

Commit

Permalink
Update activesupport requirement from >= 6.0.0, < 7.1 to >= 6.0.0, < 7.2
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/v7.1.3/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.0.0...v7.1.3)

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

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

spec.add_dependency 'activesupport', '>= 6.0.0', '< 7.1'
spec.add_dependency 'activesupport', '>= 6.0.0', '< 7.2'
spec.add_dependency 'fastcsv', '~> 0.0.6'

spec.add_development_dependency 'rubocop-next', '~> 1.0.6'
Expand Down

0 comments on commit c088dea

Please sign in to comment.