Skip to content

Commit

Permalink
allow wasabi 5.x, ensure httpi < 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Feb 13, 2024
1 parent 86c7097 commit cf187ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.add_dependency "nori", "~> 2.4"
s.add_dependency "httpi", ">= 2.4.5"
s.add_dependency "wasabi", ">= 3.7", " < 5"
s.add_dependency "httpi", ">= 2.4.5", " < 5"
s.add_dependency "wasabi", ">= 3.7", " < 6"
s.add_dependency "akami", "~> 1.2"
s.add_dependency "gyoku", "~> 1.2"
s.add_dependency "builder", ">= 2.1.2"
Expand Down

0 comments on commit cf187ed

Please sign in to comment.