From b02901e0e11f86f1aed2b71c5c5686cbf3105feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:28:52 +0000 Subject: [PATCH] Bump faraday-retry from 2.2.1 to 2.3.1 Bumps [faraday-retry](https://github.com/lostisland/faraday-retry) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/lostisland/faraday-retry/releases) - [Changelog](https://github.com/lostisland/faraday-retry/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday-retry/compare/v2.2.1...v2.3.1) --- updated-dependencies: - dependency-name: faraday-retry dependency-version: 2.3.1 dependency-type: direct:development 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 75e6a59e3..4c542d4cd 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ group :development do gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-puma", "~> 6.0.0" gem "erb_lint", "~> 0.9.0", require: false - gem "faraday-retry", "~> 2.2.1", require: false + gem "faraday-retry", "~> 2.3.1", require: false gem "htmlbeautifier", "~> 1.4.3", require: false gem "mdl", "~> 0.13.0", require: false gem "pronto", "~> 0.11.2", require: false diff --git a/Gemfile.lock b/Gemfile.lock index f22dd1570..c0202e1aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -239,13 +239,13 @@ GEM railties (>= 5.0.0) faker (3.5.1) i18n (>= 1.8.11, < 2) - faraday (2.12.2) + faraday (2.13.1) faraday-net_http (>= 2.0, < 3.5) json logger faraday-net_http (3.4.0) net-http (>= 0.5.0) - faraday-retry (2.2.1) + faraday-retry (2.3.1) faraday (~> 2.0) ffi (1.17.2) fiber-storage (1.0.0) @@ -316,7 +316,7 @@ GEM irb (1.12.0) rdoc reline (>= 0.4.2) - json (2.10.2) + json (2.12.2) jwt (2.9.3) base64 kaminari (1.2.2) @@ -769,7 +769,7 @@ DEPENDENCIES exiftool_vendored (~> 12.97.0) factory_bot_rails (~> 6.4.4) faker (~> 3.5.1) - faraday-retry (~> 2.2.1) + faraday-retry (~> 2.3.1) file_validators (~> 3.0.0) font-awesome-sass (~> 5.15.1) globalize (~> 7.0.0)