From 3e705f601bbf695124e10164420c4cba94efa702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:26:16 +0000 Subject: [PATCH] Bump faraday from 2.5.2 to 2.14.1 in /verifier Bumps [faraday](https://github.com/lostisland/faraday) from 2.5.2 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.5.2...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- verifier/Gemfile.lock | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/verifier/Gemfile.lock b/verifier/Gemfile.lock index 734f617..8f10346 100644 --- a/verifier/Gemfile.lock +++ b/verifier/Gemfile.lock @@ -1,12 +1,18 @@ GEM remote: https://rubygems.org/ specs: - faraday (2.5.2) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.0) + 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) parallel (1.22.1) - ruby2_keywords (0.0.5) + uri (1.1.1) PLATFORMS x86_64-linux