From a113efb5280dc7b7006706a7b2c8cc4c0729fb54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Mar 2019 20:07:53 +0000 Subject: [PATCH] Update http requirement from ~> 3.0 to >= 3, < 5 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](https://github.com/httprb/http/compare/v3.0.0...v4.1.1) Signed-off-by: dependabot[bot] --- proxy_fetcher.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy_fetcher.gemspec b/proxy_fetcher.gemspec index b7d06fc..e51b04d 100644 --- a/proxy_fetcher.gemspec +++ b/proxy_fetcher.gemspec @@ -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'