From cf8d312c1c38e8ce6b1d6d70e32012f8cb5e46ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:05:02 +0000 Subject: [PATCH] Build(deps): Bump faraday from 1.8.0 to 2.14.1 Bumps [faraday](https://github.com/lostisland/faraday) from 1.8.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/v1.8.0...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 31b8ad3..9e2aa3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,26 +8,16 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.3) - faraday (1.8.0) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0.1) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - multipart-post (2.1.1) + 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.18.1) + logger (1.7.0) + net-http (0.9.1) + uri (>= 0.11.1) rake (13.0.6) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -42,11 +32,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - ruby2_keywords (0.0.5) + uri (1.1.1) PLATFORMS ruby - x64-mingw32 + x64-mingw-ucrt DEPENDENCIES bundler (~> 2.0)