From 766e4eaf5a17ece00cc14ee3fd353f0597fdfdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:54:39 +0000 Subject: [PATCH] build(deps): update faraday requirement from = 2.3.0 to = 2.4.0 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/v2.3.0...v2.4.0) --- 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 6040bfcd99d..c21be781a13 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", "2.3.0" + spec.add_dependency "faraday", "2.4.0" spec.add_dependency "gitlab", "4.19.0" spec.add_dependency "nokogiri", "~> 1.8" spec.add_dependency "octokit", ">= 4.6", "< 6.0"