Skip to content

Commit

Permalink
Merge 3a7d9b5 into 074506e
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Jan 9, 2024
2 parents 074506e + 3a7d9b5 commit 6ef5cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faraday.gemspec
Expand Up @@ -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']
Expand Down

0 comments on commit 6ef5cb6

Please sign in to comment.