From ed6d0acea8890496175f4533b26687197a461655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:46:23 +0000 Subject: [PATCH] Update faraday requirement from ~> 1.8 to >= 1.8, < 3.0 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/v1.10.3...v1.10.5) --- updated-dependencies: - dependency-name: faraday dependency-version: 1.10.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- fawry.gemspec | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3876b89..fff1c03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: fawry (1.4.1) dry-validation (~> 1.7) - faraday (~> 1.8) + faraday (>= 1.8, < 3.0) GEM remote: https://rubygems.org/ @@ -48,7 +48,7 @@ GEM dry-core (~> 0.5, >= 0.5) dry-initializer (~> 3.0) dry-schema (~> 1.8, >= 1.8.0) - faraday (1.10.3) + faraday (1.10.5) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -61,18 +61,18 @@ GEM faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) + faraday-em_synchrony (1.0.1) faraday-excon (1.1.0) faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (1.0.1) + faraday-multipart (1.2.0) + multipart-post (~> 2.0) + faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) hashdiff (1.0.1) - multipart-post (2.3.0) + multipart-post (2.4.1) parallel (1.21.0) parser (3.0.3.2) ast (~> 2.4.1) diff --git a/fawry.gemspec b/fawry.gemspec index 3996b6f..8443d11 100644 --- a/fawry.gemspec +++ b/fawry.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.add_dependency 'dry-validation', '~> 1.7' - spec.add_dependency 'faraday', '~> 1.8' + spec.add_dependency 'faraday', '>= 1.8', '< 3.0' spec.add_development_dependency 'bundler', '~> 2.0' spec.add_development_dependency 'byebug', '~> 11.0'