From de6f76aa3e305fdbbfafeb1d6ebf17d32b02c384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:05:11 +0000 Subject: [PATCH] Bump faraday-retry from 2.3.1 to 2.3.2 Bumps [faraday-retry](https://github.com/lostisland/faraday-retry) from 2.3.1 to 2.3.2. - [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.3.1...v2.3.2) --- updated-dependencies: - dependency-name: faraday-retry dependency-version: 2.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index bfa5dcdad..b78445d19 100644 --- a/Gemfile +++ b/Gemfile @@ -95,7 +95,7 @@ group :development do gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-puma", "~> 6.2.0" gem "erb_lint", "~> 0.9.0", require: false - gem "faraday-retry", "~> 2.3.1", require: false + gem "faraday-retry", "~> 2.3.2", require: false gem "htmlbeautifier", "~> 1.4.3", require: false gem "mdl", "~> 0.13.0", require: false gem "pronto", "~> 0.11.4", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6f6981551..3f4134240 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,15 +245,15 @@ GEM railties (>= 6.1.0) faker (3.5.2) i18n (>= 1.8.11, < 2) - faraday (2.13.1) + faraday (2.14.0) faraday-net_http (>= 2.0, < 3.5) json logger faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) - faraday-net_http (3.4.0) + faraday-net_http (3.4.1) net-http (>= 0.5.0) - faraday-retry (2.3.1) + faraday-retry (2.3.2) faraday (~> 2.0) ffi (1.17.2) fiber-storage (1.0.1) @@ -326,7 +326,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.12.2) + json (2.15.2) json-jwt (1.16.7) activesupport (>= 4.2) aes_key_wrap @@ -401,7 +401,7 @@ GEM multi_xml (0.7.2) bigdecimal (~> 3.1) mutex_m (0.3.0) - net-http (0.6.0) + net-http (0.7.0) uri net-imap (0.5.7) date @@ -764,7 +764,7 @@ GEM unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.3) + uri (1.1.1) validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix @@ -841,7 +841,7 @@ DEPENDENCIES exiftool_vendored (~> 13.30.0) factory_bot_rails (~> 6.5.1) faker (~> 3.5.2) - faraday-retry (~> 2.3.1) + faraday-retry (~> 2.3.2) file_validators (~> 3.0.0) font-awesome-sass (~> 5.15.1) globalize (~> 7.0.0)