From 8d2c03ffbba28d36072cc0bde791068654e6194f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2020 10:12:53 +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] --- faraday-sunset.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 faraday-sunset.gemspec diff --git a/faraday-sunset.gemspec b/faraday-sunset.gemspec old mode 100755 new mode 100644 index 577aa03..3200450 --- a/faraday-sunset.gemspec +++ b/faraday-sunset.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.2.0' - spec.add_dependency 'faraday', '>= 0.9.0', '< 1' + spec.add_dependency 'faraday', '>= 0.9.0', '< 2' spec.add_development_dependency 'appraisal', '~> 2' spec.add_development_dependency 'rollbar'