From e14224ccb0827f8335849194e88bd4817285d557 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 01:01:03 +0000 Subject: [PATCH] Update faraday requirement from >= 0.9.0, < 1 to >= 0.9.0, < 2 Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v0.9.0...v0.17.3) Signed-off-by: dependabot-preview[bot] --- we-call.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/we-call.gemspec b/we-call.gemspec index c5a3864..276b419 100644 --- a/we-call.gemspec +++ b/we-call.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_dependency "typhoeus", "~> 1.3" - spec.add_dependency "faraday", ">= 0.9.0", "< 1" + spec.add_dependency "faraday", ">= 0.9.0", "< 2" spec.add_dependency "faraday_middleware", '~> 0.10' spec.add_dependency "faraday-sunset", '~> 0.2'