From 32e6e7b83ed7c66ec119dcb8eefc7336ca06f1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 07:56:42 +0000 Subject: [PATCH] Bump faraday from 0.17.1 to 2.7.6 Bumps [faraday](https://github.com/lostisland/faraday) from 0.17.1 to 2.7.6. - [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/v0.17.1...v2.7.6) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1715734..9d7d9de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,8 +17,10 @@ GEM zeitwerk (~> 2.2, >= 2.2.2) concurrent-ruby (1.1.6) diff-lcs (1.3) - faraday (0.17.1) - multipart-post (>= 1.2, < 3) + faraday (2.7.6) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) i18n (1.8.2) concurrent-ruby (~> 1.0) jsonapi (0.1.1.beta6) @@ -27,7 +29,6 @@ GEM jsonapi-parser (0.1.1.beta3) jsonapi-renderer (0.1.1.beta1) minitest (5.14.1) - multipart-post (2.1.1) rake (13.0.6) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -42,6 +43,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) + ruby2_keywords (0.0.5) thread_safe (0.3.6) tzinfo (1.2.7) thread_safe (~> 0.1)