We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c5003 commit fff0230Copy full SHA for fff0230
faraday.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
# always fix its required version to the next MINOR version.
22
# This way, we can release minor versions of the adapter with "breaking" changes for older versions of Faraday
23
# and then bump the version requirement on the next compatible version of faraday.
24
- spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.4'
+ spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.5'
25
spec.add_dependency 'json'
26
spec.add_dependency 'logger'
27
0 commit comments