Bump faraday-net_http version to allow 3.1 (#1546)

v3.1 increases the minimum ruby version to 3.0
This commit is contained in:
Matt 2024-01-09 10:33:43 +00:00 committed by GitHub
parent 074506e67c
commit ceb01e42e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.1'
spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.2'
# Includes `examples` and `spec` to allow external adapter gems to run Faraday unit and integration tests
spec.files = Dir['CHANGELOG.md', '{examples,lib,spec}/**/*', 'LICENSE.md', 'Rakefile', 'README.md']