Skip to content

Commit

Permalink
Update HTTP gem version dependency
Browse files Browse the repository at this point in the history
The version currently in use has an incompatibility with Ruby 2.7: httprb/http#582

The earliest version with a fix for this is 4.3.0 (as per noted here:
elastic/apm-agent-ruby#665 (comment))
  • Loading branch information
lostie committed May 7, 2020
1 parent 1324283 commit bb85505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loqate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'dry-struct', '~> 1.0'
spec.add_runtime_dependency 'http', '~> 4.0.0'
spec.add_runtime_dependency 'http', '>= 4.3.0'

spec.add_development_dependency 'bundler', '>= 1.16'
spec.add_development_dependency 'bundler-audit', '~> 0.6'
Expand Down

0 comments on commit bb85505

Please sign in to comment.