From 9eb1a42214de021b5991e1cf0f2e54d2d84a85bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Oct 2018 10:35:04 +0000 Subject: [PATCH] Update http requirement from ~> 0.9 to >= 0.9, < 5.0 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/commits/v4.0.0) Signed-off-by: dependabot[bot] --- cellect-client.gemspec | 2 +- cellect-server.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cellect-client.gemspec b/cellect-client.gemspec index 70c83d7..c67f97c 100644 --- a/cellect-client.gemspec +++ b/cellect-client.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rack-test' spec.add_development_dependency 'pry' - spec.add_runtime_dependency 'http', '~> 0.9' + spec.add_runtime_dependency 'http', '>= 0.9', '< 5.0' spec.add_runtime_dependency 'attention', '~> 0.0.4' spec.add_runtime_dependency 'multi_json', '~> 1.11' end diff --git a/cellect-server.gemspec b/cellect-server.gemspec index 354fbc4..dabcba4 100644 --- a/cellect-server.gemspec +++ b/cellect-server.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'diff_set', '~> 0.0.4' spec.add_runtime_dependency 'celluloid', '0.16.0' - spec.add_runtime_dependency 'http', '~> 0.6' + spec.add_runtime_dependency 'http', '>= 0.6', '< 5.0' spec.add_runtime_dependency 'attention', '~> 0.0.4' spec.add_runtime_dependency 'grape', '~> 0.7' end