From 23bcf54e9778ea51112cc5cd0a4e00bceedd7424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:35:43 +0000 Subject: [PATCH] build(deps): update faraday requirement from ~> 1.7 to >= 1.7, < 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.2...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 +++++++------- yar.gemspec | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 248a336..758a13b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: yar (1.0.3) - faraday (~> 1.7) + faraday (>= 1.7, < 3.0) GEM remote: https://rubygems.org/ @@ -13,7 +13,7 @@ GEM rexml diff-lcs (1.5.0) docile (1.4.0) - faraday (1.10.2) + faraday (1.10.5) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -26,18 +26,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.2.3) + multipart-post (2.4.1) public_suffix (5.0.0) rake (12.3.3) rexml (3.4.2) diff --git a/yar.gemspec b/yar.gemspec index 91a47de..2ca0543 100644 --- a/yar.gemspec +++ b/yar.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.metadata["rubygems_mfa_required"] = "true" - s.add_dependency "faraday", "~> 1.7" + s.add_dependency "faraday", ">= 1.7", "< 3.0" s.add_development_dependency "bundler" s.add_development_dependency "rake", "~> 12.3.3"