From ab3d279cd3500073f9e86ef8ea3cd7f2b55aebb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:09:15 +0000 Subject: [PATCH] Bump faraday from 2.14.2 to 2.14.3 Bumps [faraday](https://github.com/lostisland/faraday) from 2.14.2 to 2.14.3. - [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.2...v2.14.3) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f9be03760..d6dabb459 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :test do end -gem "faraday", "~> 2.13" +gem "faraday", "~> 2.14" gem "rubyzip", "~> 3.0" gem "amatch", "~> 0.4" diff --git a/Gemfile.lock b/Gemfile.lock index 227b7537f..c53a06353 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,7 +156,7 @@ GEM et-orbi (1.4.0) tzinfo event_stream_parser (1.0.0) - faraday (2.14.2) + faraday (2.14.3) faraday-net_http (>= 2.0, < 3.5) json logger @@ -234,7 +234,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - json (2.19.8) + json (2.20.0) kamal (2.11.0) activesupport (>= 7.0) base64 (~> 0.2) @@ -632,7 +632,7 @@ DEPENDENCIES countries (~> 8.1) debug (~> 1.11) dotenv-rails (~> 3.2) - faraday (~> 2.13) + faraday (~> 2.14) flipper (~> 1.4) flipper-active_record (~> 1.3) flipper-ui (~> 1.4)