From a6c8e8f7405864a8f489e4e2e90f2fa7f8d5eee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:39:04 +0000 Subject: [PATCH] Bump faraday from 2.13.1 to 2.14.0 Bumps [faraday](https://github.com/lostisland/faraday) from 2.13.1 to 2.14.0. - [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.13.1...v2.14.0) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f9a6859..3fa576c 100644 --- a/Gemfile +++ b/Gemfile @@ -106,7 +106,7 @@ gem "propshaft", "~> 1.1" gem "mini-levenshtein", "~> 0.1.2" -gem "faraday", "~> 2.13" +gem "faraday", "~> 2.14" gem "ruby-vips", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 48f4762..dd018fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,7 +167,7 @@ GEM erubi (1.13.1) et-orbi (1.2.11) tzinfo - faraday (2.13.1) + faraday (2.14.0) faraday-net_http (>= 2.0, < 3.5) json logger @@ -176,7 +176,7 @@ GEM hashie faraday-multipart (1.1.0) multipart-post (~> 2.0) - faraday-net_http (3.4.0) + faraday-net_http (3.4.1) net-http (>= 0.5.0) ffi (1.17.2-aarch64-linux-gnu) ffi (1.17.2-aarch64-linux-musl) @@ -245,7 +245,7 @@ GEM reline (>= 0.4.2) jb (0.8.2) jmespath (1.6.2) - json (2.12.0) + json (2.15.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -548,7 +548,7 @@ DEPENDENCIES doorkeeper (~> 5.8) dotenv erb_lint (~> 0.9.0) - faraday (~> 2.13) + faraday (~> 2.14) flipper (~> 1.3) flipper-active_record (~> 1.3) flipper-ui (~> 1.3)