From 0c5ade781922bcf22e5becdf9b2ae37cd4ba1ba5 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:05:34 +0000 Subject: [PATCH] Update faraday to version 2.14.1 --- Gemfile.lock | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4f4ff1f5..f4eb6a8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,11 +69,13 @@ GEM rake (>= 10.4, < 13.0) arel (9.0.0) ast (2.4.0) + base64 (0.3.0) bcrypt (3.1.13) better_errors (2.4.0) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) + bigdecimal (4.0.1) bindex (0.5.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) @@ -136,8 +138,12 @@ GEM railties (>= 3.0.0) faker (1.8.7) i18n (>= 0.7) - 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.85.0) thor (~> 0.19.1) @@ -187,13 +193,15 @@ GEM jaro_winkler (1.5.1) json (2.1.0) jsonapi-renderer (0.2.0) - jwt (1.5.6) + jwt (2.10.2) + base64 launchy (2.4.3) addressable (~> 2.3) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) + logger (1.7.0) loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -209,10 +217,12 @@ GEM mini_portile2 (2.8.1) minitest (5.18.0) msgpack (1.7.0) - multi_json (1.13.1) - multi_xml (0.6.0) - multipart-post (2.0.0) + multi_json (1.19.1) + multi_xml (0.8.1) + bigdecimal (>= 3.1, < 5) nenv (0.3.0) + net-http (0.9.1) + uri (>= 0.11.1) net-imap (0.3.4) date net-protocol @@ -230,16 +240,16 @@ GEM nenv (~> 0.1) shellany (~> 0.0) oauth (0.5.4) - 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.8.1) hashie (>= 3.4.6, < 3.6.0) rack (>= 1.6.2, < 3) - omniauth-github (1.3.0) + omniauth-github (1.4.0) omniauth (~> 1.5) omniauth-oauth2 (>= 1.4.0, < 2.0) omniauth-oauth (1.1.0) @@ -273,7 +283,7 @@ GEM pundit (1.1.0) activesupport (>= 3.0.0) racc (1.6.2) - rack (2.2.6.4) + rack (2.2.21) rack-mini-profiler (1.0.0) rack (>= 1.2.0) rack-proxy (0.6.5) @@ -395,6 +405,7 @@ GEM tzinfo (1.2.11) thread_safe (~> 0.1) unicode-display_width (1.4.0) + uri (1.1.1) warden (1.2.8) rack (>= 2.0.6) web-console (3.6.2)