Skip to content

Commit

Permalink
loosen rack dep to "< 4"
Browse files Browse the repository at this point in the history
installing savon + rack 3.1 unintentionally forces a downgrade to httpi 3.x
  • Loading branch information
pcai authored Jul 6, 2024
1 parent 279eed5 commit 0b55164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.license = 'MIT'

s.add_dependency 'rack', '>= 2.0', '< 3.1'
s.add_dependency 'rack', '>= 2.0', '< 4'
s.add_dependency 'nkf'
s.add_dependency 'base64'
s.add_dependency 'mutex_m'
Expand Down

0 comments on commit 0b55164

Please sign in to comment.