Skip to content

Commit

Permalink
force httpi >= 4 so it doesnt downgrade when rack 3.1 is bundled (htt…
Browse files Browse the repository at this point in the history
…p 4x doesnt support rack 3.1 yet)
  • Loading branch information
pcai committed Jul 6, 2024
1 parent 535c58c commit 3ecfc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'

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

0 comments on commit 3ecfc40

Please sign in to comment.