Skip to content

Commit

Permalink
Update faraday-net_http requirement from >= 2.0, < 3.2 to >= 2.0, < 3…
Browse files Browse the repository at this point in the history
….3 (#1579)

Updates the requirements on [faraday-net_http](https://github.com/lostisland/faraday-net_http) to permit the latest version.
- [Release notes](https://github.com/lostisland/faraday-net_http/releases)
- [Commits](lostisland/faraday-net_http@v2.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: faraday-net_http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 5, 2024
1 parent f27f7ab commit 3efc0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faraday.gemspec
Original file line number Diff line number Diff line change
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.2'
spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.3'
spec.add_dependency 'logger'

# Includes `examples` and `spec` to allow external adapter gems to run Faraday unit and integration tests
Expand Down

0 comments on commit 3efc0a8

Please sign in to comment.