From b0ee7860c9638c532c2b9c184bfa8e41d289caca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 16:01:48 +0000 Subject: [PATCH] Update faraday requirement from < 1.2.0 to < 2.8.0 in /common Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v0.1.1...v1.10.3) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/dependabot-common.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dependabot-common.gemspec b/common/dependabot-common.gemspec index 991b3d59ba6..540a4d51022 100644 --- a/common/dependabot-common.gemspec +++ b/common/dependabot-common.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.add_dependency "docker_registry2", "~> 1.7", ">= 1.7.1" spec.add_dependency "excon", "~> 0.75" # TODO: https://github.com/octokit/octokit.rb/issues/1315 - spec.add_dependency "faraday", "< 1.2.0" + spec.add_dependency "faraday", "< 2.8.0" spec.add_dependency "gitlab", "4.17.0" spec.add_dependency "nokogiri", "~> 1.8" spec.add_dependency "octokit", "~> 4.6"