From 3efc0a89825da053e7beb85b9b264f424df0e893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:23:59 +0200 Subject: [PATCH] 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](https://github.com/lostisland/faraday-net_http/compare/v2.0.0...v3.2.0) --- updated-dependencies: - dependency-name: faraday-net_http dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- faraday.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faraday.gemspec b/faraday.gemspec index 65063497..ce9c91c9 100644 --- a/faraday.gemspec +++ b/faraday.gemspec @@ -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