Skip to content

Commit

Permalink
Loosen httpi and savon gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jun 17, 2024
1 parent f756577 commit 382f6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zuora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activemodel', '< 5.0.0'
s.add_dependency 'activesupport', '< 5.0.0'
s.add_dependency 'httpi', '3.0'
s.add_dependency 'httpi', '~> 4.0.2'
s.add_dependency 'libxml4r', '~> 0.2.6'
s.add_dependency 'savon', '2.14.0'
s.add_dependency 'savon', '~> 2.15.0'
end

0 comments on commit 382f6ec

Please sign in to comment.