From d43507ddb0b86a9b38bd3b8f96ae811cbcbe20af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:35:26 +0000 Subject: [PATCH] Bump faraday from 2.9.0 to 2.14.1 in /rest-v3/ruby Bumps [faraday](https://github.com/lostisland/faraday) from 2.9.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.9.0...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rest-v3/ruby/Gemfile | 2 +- rest-v3/ruby/Gemfile.lock | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/rest-v3/ruby/Gemfile b/rest-v3/ruby/Gemfile index 10b5d2f..8e8c521 100644 --- a/rest-v3/ruby/Gemfile +++ b/rest-v3/ruby/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'faraday', '~> 2.9' +gem 'faraday', '~> 2.14' gem 'json', '~> 2.7', '>= 2.7.1' gem 'openssl', '~> 3.2' diff --git a/rest-v3/ruby/Gemfile.lock b/rest-v3/ruby/Gemfile.lock index cea1419..382f6ed 100644 --- a/rest-v3/ruby/Gemfile.lock +++ b/rest-v3/ruby/Gemfile.lock @@ -1,22 +1,25 @@ GEM remote: https://rubygems.org/ specs: - faraday (2.9.0) - faraday-net_http (>= 2.0, < 3.2) - faraday-net_http (3.1.0) - net-http + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) json (2.7.1) - net-http (0.4.1) - uri + logger (1.7.0) + net-http (0.9.1) + uri (>= 0.11.1) openssl (3.2.0) - uri (0.13.3) + uri (1.1.1) PLATFORMS arm64-darwin-21 x86_64-linux DEPENDENCIES - faraday (~> 2.9) + faraday (~> 2.14) json (~> 2.7, >= 2.7.1) openssl (~> 3.2)