Skip to content

Commit

Permalink
Merge pull request #385 from activemerchant/remove-upper-bound-on-act…
Browse files Browse the repository at this point in the history
…ive-utils

Remove upper bound on active utils
  • Loading branch information
AnotherJoSmith authored Sep 24, 2024
2 parents 85ddc24 + a977a50 commit 6abddd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ PATH
remote: .
specs:
offsite_payments (2.7.28)
actionpack (>= 7.1.0)
actionview (>= 7.1.0)
active_utils (~> 3.3.0)
activesupport (>= 7.1.0)
actionpack (>= 7.2.0)
actionview (>= 7.2.0)
active_utils (>= 3.3.0)
activesupport (>= 7.2.0)
builder (>= 2.1.2, < 4.0.0)
i18n (>= 0.6.6)
nokogiri (>= 1.8.5)
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_utils (3.3.19)
active_utils (3.4.1)
activesupport (>= 4.2)
i18n
activejob (7.2.1)
Expand Down
2 changes: 1 addition & 1 deletion offsite_payments.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', '>= 7.2.0')
s.add_dependency('i18n', '>= 0.6.6')
s.add_dependency('builder', '>= 2.1.2', '< 4.0.0')
s.add_dependency('active_utils', '~> 3.3.0')
s.add_dependency('active_utils', '>= 3.3.0')
s.add_dependency('nokogiri', ">= 1.8.5")
s.add_dependency('actionpack', '>= 7.2.0')
s.add_dependency('actionview','>= 7.2.0')
Expand Down

0 comments on commit 6abddd4

Please sign in to comment.