From b8439e9ae0675ca4ebcf285b6179ad7908c1c6f1 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:08:18 +0000 Subject: [PATCH] Update faraday to version 2.14.1 --- Gemfile.lock | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0b73670..d0fb023 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,8 +116,12 @@ GEM factory_bot_rails (4.11.1) factory_bot (~> 4.11.1) railties (>= 3.0.0) - faraday (0.12.2) - multipart-post (>= 1.2, < 3) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) ffi (1.15.5) foreman (0.87.2) globalid (0.4.1) @@ -155,6 +159,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) + json (2.18.1) json_spec (1.1.5) multi_json (~> 1.0) rspec (>= 2.0, < 4.0) @@ -163,6 +168,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) + logger (1.7.0) loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -172,24 +178,29 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.0.1) + mini_portile2 (2.8.9) minitest (5.19.0) modernizr-rails (2.7.1) multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.0.0) neat (2.1.0) sass (~> 3.4) thor (~> 0.19) + net-http (0.9.1) + uri (>= 0.11.1) nio4r (2.3.0) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogiri (1.15.4-arm64-darwin) racc (~> 1.4) oauth (0.5.1) - oauth2 (1.4.0) - faraday (>= 0.8, < 0.13) - jwt (~> 1.0) + oauth2 (1.4.11) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) + rack (>= 1.2, < 4) omniauth (1.6.1) hashie (>= 3.4.6, < 3.6.0) rack (>= 1.6.2, < 3) @@ -356,6 +367,7 @@ GEM uglifier (3.1.7) execjs (>= 0.3.0, < 3) unicode-display_width (1.4.0) + uri (1.1.1) warden (1.2.7) rack (>= 1.0) websocket (1.2.9)