Skip to content

Commit

Permalink
Merge pull request #10 from next-tms/dependabot/bundler/activesupport…
Browse files Browse the repository at this point in the history
…-gte-6.0.0-and-lt-8.1

Update activesupport requirement from >= 6.0.0, < 7.3 to >= 6.0.0, < 8.1
  • Loading branch information
brodyhoskins authored Nov 16, 2024
2 parents 129376d + 4b7d7b4 commit f1cb36c
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.3'
spec.add_dependency 'activesupport', '>= 6.0.0', '< 8.1'
spec.add_dependency 'fastcsv', '~> 0.0.6'

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

0 comments on commit f1cb36c

Please sign in to comment.