Skip to content

Commit

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

Update activesupport requirement from >= 6.0.0, < 7.2 to >= 6.0.0, < 7.3
  • Loading branch information
brodyhoskins authored Sep 25, 2024
2 parents c981f7b + 030f890 commit 80853de
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.2'
spec.add_dependency 'activesupport', '>= 6.0.0', '< 7.3'
spec.add_dependency 'fastcsv', '~> 0.0.6'

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

0 comments on commit 80853de

Please sign in to comment.