From acd703b22a7a46e98578abfc6b886ee28ff2a4de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 20:25:41 +0000 Subject: [PATCH] Update faraday_middleware requirement from ~> 0.11 to >= 0.11, < 2.0 Updates the requirements on [faraday_middleware](https://github.com/lostisland/faraday_middleware) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday_middleware/releases) - [Commits](https://github.com/lostisland/faraday_middleware/compare/v0.11.0...v1.0.0) Signed-off-by: dependabot-preview[bot] --- openbd_api.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbd_api.gemspec b/openbd_api.gemspec index 26db2c5..ecc638f 100644 --- a/openbd_api.gemspec +++ b/openbd_api.gemspec @@ -28,5 +28,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rspec", "~> 3.0" spec.add_runtime_dependency "slop", "~> 4.4" spec.add_runtime_dependency "faraday", ">= 0.11", "< 2.0" - spec.add_runtime_dependency "faraday_middleware", "~> 0.11" + spec.add_runtime_dependency "faraday_middleware", ">= 0.11", "< 2.0" end