From 9a6335f04f2e736caeb75a5cc1f770d67e1ca530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 08:01:15 +0000 Subject: [PATCH] Update faraday requirement from = 1.6.0 to = 1.7.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/v1.6.0...v1.7.0) --- 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 9fc3e86..7b0f134 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -58,7 +58,7 @@ tasks instead of solving technical problems." s.add_runtime_dependency "activerecord", "6.1.3" s.add_runtime_dependency "backtrace", "0.3" s.add_runtime_dependency "colorize", "0.8.1" - s.add_runtime_dependency "faraday", "1.6.0" + s.add_runtime_dependency "faraday", "1.7.0" 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.1.5"