From b935a024584b4979a9c8e909f54a214ca29dc7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:29:52 +0000 Subject: [PATCH] Bump faraday from 1.10.5 to 1.10.6 Bumps [faraday](https://github.com/lostisland/faraday) from 1.10.5 to 1.10.6. - [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/v1.10.5...v1.10.6) --- updated-dependencies: - dependency-name: faraday dependency-version: 1.10.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9bc2361d..ec6f405d 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ gem 'http', '~> 5.2.0' gem 'react-rails', '~>3.2.1' gem 'stomp' -gem 'faraday', '~> 1.10', '>= 1.10.5' +gem 'faraday', '~> 1.10' gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index 2d66d773..767c3a9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM execjs (2.9.1) faker (3.4.1) i18n (>= 1.8.11, < 2) - faraday (1.10.5) + faraday (1.10.6) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -164,7 +164,7 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - faraday-retry (1.0.3) + faraday-retry (1.0.4) ffi (1.17.0-aarch64-linux-gnu) ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-linux-gnu) @@ -469,7 +469,7 @@ DEPENDENCIES delayed_job_active_record (~> 4.1) dotenv (~> 3.1.2) faker (~> 3.4.1) - faraday (~> 1.10, >= 1.10.5) + faraday (~> 1.10) http (~> 5.2.0) jsbundling-rails json-ld (~> 3.3.1)