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 f27f7ab commit 3efc0a8Copy full SHA for 3efc0a8
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.2'
+ spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.3'
25
spec.add_dependency 'logger'
26
27
# Includes `examples` and `spec` to allow external adapter gems to run Faraday unit and integration tests
0 commit comments