Skip to content

Commit

Permalink
Relax HTTP.rb version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
foca committed Feb 9, 2024
1 parent fde9538 commit 1d5b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarpon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'http', '~> 4.4'
spec.add_dependency 'http', '>= 4.4', '< 6.0'

spec.add_development_dependency 'factory_bot', '~> 6.2'
spec.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit 1d5b0fe

Please sign in to comment.