From 5f101c323263bbbc0d47d29473e05ef5c829c1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 07:09:20 +0000 Subject: [PATCH] Bump faraday from 2.13.1 to 2.13.2 Bumps [faraday](https://github.com/lostisland/faraday) from 2.13.1 to 2.13.2. - [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.13.2) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 91ad3f3..85dd3a5 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ gem "hashid-rails", "~> 1.4" gem "csv", "~> 3.3" -gem "faraday", "~> 2.12" +gem "faraday", "~> 2.13" gem "oauth2", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 7109288..097993c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,7 @@ GEM et-orbi (1.2.11) tzinfo event_stream_parser (1.0.0) - faraday (2.13.1) + faraday (2.13.2) faraday-net_http (>= 2.0, < 3.5) json logger @@ -655,7 +655,7 @@ DEPENDENCIES debug dotenv-rails (~> 3.1) easypost (~> 7.1) - faraday (~> 2.12) + faraday (~> 2.13) ferrum_pdf (~> 0.3.0) filterrific (~> 5.2) foreman (~> 0.88.1)