From b3b38f99a4ffaedeac6a46b4fb2e997e2b8300e7 Mon Sep 17 00:00:00 2001 From: Egor Dovnar Date: Wed, 21 Jan 2026 21:55:57 +0300 Subject: [PATCH] Bump faraday-follow_redirects requirement to 0.5.0 to eliminate Ruby < 4 constraint --- ruby-bandwidth-iris.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-bandwidth-iris.gemspec b/ruby-bandwidth-iris.gemspec index 5a281d8..851c39f 100644 --- a/ruby-bandwidth-iris.gemspec +++ b/ruby-bandwidth-iris.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_dependency "builder" spec.add_dependency "faraday" - spec.add_dependency "faraday-follow_redirects", '~> 0.3.0' + spec.add_dependency "faraday-follow_redirects", '~> 0.5.0' spec.add_dependency "activesupport",">= 4.2.7" spec.add_dependency "rexml"