Skip to content

Commit

Permalink
Update http requirement from ~> 3.0 to >= 3, < 5
Browse files Browse the repository at this point in the history
Updates the requirements on [http](https://github.com/httprb/http) to permit the latest version.
- [Release notes](https://github.com/httprb/http/releases)
- [Changelog](https://github.com/httprb/http/blob/master/CHANGES.md)
- [Commits](httprb/http@v3.0.0...v4.1.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Mar 26, 2019
1 parent b44e33d commit a113efb
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 a113efb

Please sign in to comment.