From 13d615419cd8ee66dc6a8ed230fe66816f4205d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 07:05:45 +0000 Subject: [PATCH] build(deps): update faraday requirement from = 1.8.0 to = 1.10.3 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.8.0...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 dbec168c580..fea040a7869 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.8.0" + spec.add_dependency "faraday", "1.10.3" spec.add_dependency "gitlab", "4.17.0" spec.add_dependency "nokogiri", "~> 1.8" spec.add_dependency "octokit", "~> 4.6"