From fff02307acc80d0da56dcd6bf5b7bc1ff83dbf25 Mon Sep 17 00:00:00 2001 From: Richard Marbach <7984618+richardmarbach@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:37:28 +0100 Subject: [PATCH] Allow faraday-net_http 3.4.x (#1599) --- faraday.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faraday.gemspec b/faraday.gemspec index ae22a89e..1a6fee99 100644 --- a/faraday.gemspec +++ b/faraday.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| # always fix its required version to the next MINOR version. # This way, we can release minor versions of the adapter with "breaking" changes for older versions of Faraday # and then bump the version requirement on the next compatible version of faraday. - spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.4' + spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.5' spec.add_dependency 'json' spec.add_dependency 'logger'