Skip to content

Commit

Permalink
Merge pull request #117 from next-tms/dependabot/bundler/activemodel-…
Browse files Browse the repository at this point in the history
…gte-4.2-and-lt-7.1.3

Update activemodel requirement from >= 4.2, < 7.1.2 to >= 4.2, < 7.1.3
  • Loading branch information
brodyhoskins authored Jan 24, 2024
2 parents 60883e3 + 1ca7f9e commit 611ff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freight_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('redcarpet', '~> 3.6.0') # for yard
spec.add_development_dependency('yard', '~> 0.9.28')

spec.add_dependency('activemodel', '>= 4.2', '< 7.1.2')
spec.add_dependency('activemodel', '>= 4.2', '< 7.1.3')
spec.add_dependency('activesupport', '>= 4.2', '< 7.0.9')
spec.add_dependency('active_utils', '>= 3.3.1', '< 3.5.0')
spec.add_dependency('httparty', '~> 0.10')
Expand Down

0 comments on commit 611ff90

Please sign in to comment.