From f2f09de659f448e2d13176bf7a45a5fb049f56c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 12:09:25 +0000 Subject: [PATCH] Update faraday requirement from >= 0.9, < 2.0 to >= 0.9, < 3.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/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v1.3.0...v1.10.2) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 30 ++++++++++++++++++++++++------ cloverly.gemspec | 2 +- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 55064da..0af013b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: cloverly (0.2.0) - faraday (>= 0.9, < 2.0) + faraday (>= 0.9, < 3.0) GEM remote: http://www.rubygems.org/ @@ -11,11 +11,29 @@ GEM coderay (1.1.3) diff-lcs (1.4.4) dotenv (2.7.6) - faraday (1.3.0) + faraday (1.10.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) faraday-net_http (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) ffi (1.15.0) formatador (0.2.5) guard (2.16.2) @@ -37,7 +55,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) lumberjack (1.2.8) method_source (1.0.0) - multipart-post (2.1.1) + multipart-post (2.2.3) nenv (0.3.0) notiffany (0.1.3) nenv (~> 0.1) @@ -61,7 +79,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) shellany (0.0.1) thor (1.1.0) diff --git a/cloverly.gemspec b/cloverly.gemspec index 339e9ec..acc5b87 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', '<2.0') + s.add_dependency('faraday', '>=0.9', '<3.0') s.add_development_dependency "rspec" s.add_development_dependency "guard"