Skip to content

Commit

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

Update activemodel requirement from >= 4.2, < 7.1.4 to >= 4.2, < 7.2.2
  • Loading branch information
brodyhoskins authored Sep 25, 2024
2 parents 2fa2a16 + 617dbf3 commit 961ac13
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 @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('rubocop-next', '~> 1.0.7')
spec.add_development_dependency('yard', '~> 0.9.28')

spec.add_dependency('activemodel', '>= 4.2', '< 7.1.4')
spec.add_dependency('activemodel', '>= 4.2', '< 7.2.2')
spec.add_dependency('activesupport', '>= 4.2', '< 7.2.1')
spec.add_dependency('active_utils', '>= 3.3.1', '< 3.5.0')
spec.add_dependency('business_time', '~> 0.13.0')
Expand Down

0 comments on commit 961ac13

Please sign in to comment.