From e185ad4c65310f19f5cb9af82a62df2240551a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:28:29 +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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 597e0f2734..d3880ddac7 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] # Development group :development do - gem "faraday-retry", "~> 2.0" + gem "faraday-retry", "~> 2.3" # gem "webrick", "~> 1.8" # Troubleshooting Jekyll errors # See diff --git a/Gemfile.lock b/Gemfile.lock index 6889686d9b..eb5d8ff6f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,13 +40,13 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.10.0) - faraday (2.13.0) + faraday (2.13.1) faraday-net_http (>= 2.0, < 3.5) json logger - 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-aarch64-linux-gnu) ffi (1.17.2-aarch64-linux-musl) @@ -226,7 +226,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.10.2) + json (2.12.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -306,7 +306,7 @@ PLATFORMS DEPENDENCIES csv (~> 3.3) - faraday-retry (~> 2.0) + faraday-retry (~> 2.3) github-pages (~> 232) http_parser.rb (~> 0.6.0) jekyll (~> 3.10.0)