From 6aa2abc101d551a8ba10d1541ed5d09259def5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:23:18 +0000 Subject: [PATCH] Bump faraday from 2.3.0 to 2.14.1 in /ruby/v4 Bumps [faraday](https://github.com/lostisland/faraday) from 2.3.0 to 2.14.1. - [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/v2.3.0...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ruby/v4/Gemfile.lock | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/ruby/v4/Gemfile.lock b/ruby/v4/Gemfile.lock index ff8aab8..e74987d 100644 --- a/ruby/v4/Gemfile.lock +++ b/ruby/v4/Gemfile.lock @@ -10,10 +10,12 @@ GEM public_suffix (>= 2.0.2, < 5.0) concurrent-ruby (1.1.10) declarative (0.0.20) - faraday (2.3.0) - faraday-net_http (~> 2.0) - ruby2_keywords (>= 0.0.4) - faraday-net_http (2.0.3) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) gems (1.2.0) google-api-client (0.53.0) google-apis-core (~> 0.1) @@ -47,11 +49,15 @@ GEM httpclient (2.8.3) i18n (1.10.0) concurrent-ruby (~> 1.0) + json (2.18.1) jwt (2.4.1) + logger (1.7.0) memoist (0.16.2) mini_mime (1.1.2) minitest (5.16.0) multi_json (1.15.0) + net-http (0.9.1) + uri (>= 0.11.1) os (1.1.4) public_suffix (4.0.7) representable (3.2.0) @@ -60,7 +66,6 @@ GEM uber (< 0.2.0) retriable (3.1.2) rexml (3.2.5) - ruby2_keywords (0.0.5) signet (0.16.1) addressable (~> 2.8) faraday (>= 0.17.5, < 3.0) @@ -71,6 +76,7 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) uber (0.1.0) + uri (1.1.1) webrick (1.7.0) PLATFORMS