From 84558267120f2bd2357e4380896d5a5d7854ce1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:17:29 +0000 Subject: [PATCH] Bump faraday from 1.3.0 to 2.9.0 Bumps [faraday](https://github.com/lostisland/faraday) from 1.3.0 to 2.9.0. - [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...v2.9.0) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index ccfa9c3f..494a80ae 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'bugsnag', '~> 6.19.0' gem 'bundler', '= 2.4.8' gem 'cocoapods', '~> 1.12.0' gem 'deepsort', '~> 0.4.5' -gem 'faraday', '~> 1.3' +gem 'faraday', '~> 2.9' gem 'github-linguist', '~> 7.13.0' gem 'nokogiri', '~> 1.14.3' gem 'parser', '~> 3.1.3' diff --git a/Gemfile.lock b/Gemfile.lock index 3b01a828..ddce4527 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,11 +76,10 @@ GEM escape_utils (1.2.1) ethon (0.16.0) ffi (>= 1.15.0) - faraday (1.3.0) - faraday-net_http (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords - faraday-net_http (1.0.1) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http ffi (1.15.5) fourflusher (2.3.1) fuzzy_match (2.0.4) @@ -102,9 +101,10 @@ GEM mini_portile2 (2.8.4) minitest (5.20.0) molinillo (0.8.0) - multipart-post (2.1.1) nanaimo (0.3.0) nap (1.1.0) + net-http (0.4.1) + uri netrc (0.11.0) nokogiri (1.14.5) mini_portile2 (~> 2.8.0) @@ -157,7 +157,6 @@ GEM parser (>= 2.7.1.5) ruby-macho (2.5.1) ruby-progressbar (1.10.1) - ruby2_keywords (0.0.4) rubyzip (2.3.2) rugged (1.5.1) safe_yaml (1.0.5) @@ -176,6 +175,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.7.0) + uri (0.13.0) webmock (3.12.2) addressable (>= 2.3.6) crack (>= 0.3.2) @@ -201,7 +201,7 @@ DEPENDENCIES bundler-audit (~> 0.9.1) cocoapods (~> 1.12.0) deepsort (~> 0.4.5) - faraday (~> 1.3) + faraday (~> 2.9) github-linguist (~> 7.13.0) json-schema (~> 3.0) nokogiri (~> 1.14.3)