From 1ca10737390bae659e0a70e644f6e00468ac6d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 15:04:37 +0000 Subject: [PATCH] Update faraday requirement from ~> 0.9 to >= 0.9, < 2.0 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.15.4...v1.3.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++++-- cloverly.gemspec | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae523fa..1e5181b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: cloverly (0.1.2) - faraday (~> 0.9) + faraday (>= 0.9, < 2.0) GEM remote: http://www.rubygems.org/ @@ -11,8 +11,11 @@ GEM coderay (1.1.2) diff-lcs (1.3) dotenv (2.7.2) - faraday (0.15.4) + faraday (1.3.0) + faraday-net_http (~> 1.0) multipart-post (>= 1.2, < 3) + ruby2_keywords + faraday-net_http (1.0.1) ffi (1.10.0) formatador (0.2.5) guard (2.15.0) @@ -59,6 +62,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) + ruby2_keywords (0.0.4) ruby_dep (1.5.0) shellany (0.0.1) thor (0.20.3) diff --git a/cloverly.gemspec b/cloverly.gemspec index 6b29eca..339e9ec 100644 --- a/cloverly.gemspec +++ b/cloverly.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 2.5.0" s.required_rubygems_version = ">= 1.8.11" - s.add_dependency('faraday', '~>0.9') + s.add_dependency('faraday', '>=0.9', '<2.0') s.add_development_dependency "rspec" s.add_development_dependency "guard"