From 3f0ea33b46a477c5b736d5cd110d4883f43859fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:13:30 +0000 Subject: [PATCH] Update faraday requirement from 2.9.2 to 2.13.2 Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. - [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.9.2...v2.13.2) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 90ae16a..44c5bee 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ gem "webrick" gem "csv" gem "base64" gem "bigdecimal" -gem "faraday", "2.9.2" +gem "faraday", "2.13.2"