Skip to content

Commit

Permalink
Merge pull request #28 from nbulaj/dependabot/bundler/http-gte-3-and-…
Browse files Browse the repository at this point in the history
…lt-5

Update http requirement from ~> 3.0 to >= 3, < 5
  • Loading branch information
nbulaj committed Mar 26, 2019
2 parents b44e33d + a113efb commit da2e067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_fetcher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'
gem.required_ruby_version = '>= 2.0.0'

gem.add_runtime_dependency 'http', '~> 3.0'
gem.add_runtime_dependency 'http', '>= 3', '< 5'

gem.add_development_dependency 'rake', '>= 12.0'
gem.add_development_dependency 'rspec', '~> 3.5'
Expand Down

0 comments on commit da2e067

Please sign in to comment.