From 88115d7fb58710d8a77a86f4ce71b1c0cbc143fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 09:47:33 +0000 Subject: [PATCH] Update faraday requirement from = 1.7.0 to = 1.10.1 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/v1.7.0...v1.10.1) --- 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 20ef393361..b83a85c510 100644 --- a/common/dependabot-common.gemspec +++ b/common/dependabot-common.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.add_dependency "commonmarker", ">= 0.20.1", "< 0.24.0" spec.add_dependency "docker_registry2", "~> 1.7", ">= 1.7.1" spec.add_dependency "excon", "~> 0.75" - spec.add_dependency "faraday", "1.7.0" + spec.add_dependency "faraday", "1.10.1" spec.add_dependency "gitlab", "4.17.0" spec.add_dependency "nokogiri", "~> 1.8" spec.add_dependency "octokit", "~> 4.6"