From 1d2e4740cfb66f1ced95ee1461b093131fc147b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:29:35 +0000 Subject: [PATCH] Update faraday-follow_redirects requirement from >= 0.1, < 0.4 to >= 0.1, < 0.5 Updates the requirements on [faraday-follow_redirects](https://github.com/tisba/faraday-follow-redirects) to permit the latest version. - [Changelog](https://github.com/tisba/faraday-follow-redirects/blob/main/CHANGELOG.md) - [Commits](https://github.com/tisba/faraday-follow-redirects/compare/v0.1.0...v0.4.0) --- updated-dependencies: - dependency-name: faraday-follow_redirects dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- serrano.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serrano.gemspec b/serrano.gemspec index 19161d2..9f5bcb2 100644 --- a/serrano.gemspec +++ b/serrano.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |s| s.add_development_dependency "webmock", "~> 3.25", ">= 3.25.1" s.add_runtime_dependency "faraday", "~> 2.13", ">= 2.13.1" - s.add_runtime_dependency "faraday-follow_redirects", ">= 0.1", "< 0.4" + s.add_runtime_dependency "faraday-follow_redirects", ">= 0.1", "< 0.5" s.add_runtime_dependency "multi_json", "~> 1.15" s.add_runtime_dependency "rexml", "~> 3.2", ">= 3.2.5" s.add_runtime_dependency "thor", "~> 1.2", ">= 1.2.1"