From 8c49ee6a7f0c2b37d6a7ba92b7ae9224415c1c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:21:16 +0000 Subject: [PATCH] Bump faraday from 2.14.0 to 2.14.1 Bumps [faraday](https://github.com/lostisland/faraday) from 2.14.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.14.0...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0d65414..3c93461 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ group :development, :test do gem 'database_consistency', '~> 2.0' gem 'dotenv-rails', '~> 3.1' # Manage .env gem 'faker', '~> 3.5', require: false - gem 'faraday', '~> 2.13' + gem 'faraday', '~> 2.14' gem 'json', '~> 2.1' gem 'pry', '~> 0.15' gem 'rails_best_practices', '~> 1.23' diff --git a/Gemfile.lock b/Gemfile.lock index 31c9ffc..84fb089 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM erubis (2.7.0) faker (3.5.2) i18n (>= 1.8.11, < 2) - faraday (2.14.0) + faraday (2.14.1) faraday-net_http (>= 2.0, < 3.5) json logger @@ -186,7 +186,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) minitest (5.26.2) - net-http (0.8.0) + net-http (0.9.1) uri (>= 0.11.1) net-imap (0.5.12) date @@ -377,7 +377,7 @@ DEPENDENCIES database_consistency (~> 2.0) dotenv-rails (~> 3.1) faker (~> 3.5) - faraday (~> 2.13) + faraday (~> 2.14) fast_count (~> 0.3) fast_jsonapi (~> 1.5) fx (~> 0.9)