Skip to content

Commit 3efc0a8

Browse files
Update faraday-net_http requirement from >= 2.0, < 3.2 to >= 2.0, < 3.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>
1 parent f27f7ab commit 3efc0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faraday.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
# always fix its required version to the next MINOR version.
2222
# This way, we can release minor versions of the adapter with "breaking" changes for older versions of Faraday
2323
# and then bump the version requirement on the next compatible version of faraday.
24-
spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.2'
24+
spec.add_dependency 'faraday-net_http', '>= 2.0', '< 3.3'
2525
spec.add_dependency 'logger'
2626

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

0 commit comments

Comments
 (0)