From 8130e01e630a7a35b85b5134350fb62e6e91c75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:52:25 +0000 Subject: [PATCH] Update faraday requirement from = 2.3.0 to = 2.7.12 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.7.12) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lazylead.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazylead.gemspec b/lazylead.gemspec index 6fa8229..df12865 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -55,7 +55,7 @@ tasks instead of solving technical problems." s.add_runtime_dependency "activerecord", "6.1.3" s.add_runtime_dependency "backtrace", "0.4.0" s.add_runtime_dependency "colorize", "1.1.0" - s.add_runtime_dependency "faraday", "2.3.0" + s.add_runtime_dependency "faraday", "2.7.12" s.add_runtime_dependency "get_process_mem", "0.2.7" s.add_runtime_dependency "inifile", "3.0.0" s.add_runtime_dependency "jira-ruby", "2.2.0"