Skip to content

Commit fff0230

Browse files
Allow faraday-net_http 3.4.x (#1599)
1 parent 59c5003 commit fff0230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faraday.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
# always fix its required version to the next MINOR version.
2222
# This way, we can release minor versions of the adapter with "breaking" changes for older versions of Faraday
2323
# and then bump the version requirement on the next compatible version of faraday.
24-
spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.4'
24+
spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.5'
2525
spec.add_dependency 'json'
2626
spec.add_dependency 'logger'
2727

0 commit comments

Comments
 (0)