From 136108d2c7565195d713459c5ecc2554cfc5e38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:17:31 +0000 Subject: [PATCH] Update jira-ruby requirement from = 2.2.0 to = 2.3.0 Updates the requirements on [jira-ruby](https://github.com/sumoheavy/jira-ruby) to permit the latest version. - [Commits](https://github.com/sumoheavy/jira-ruby/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: jira-ruby 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 dc4b2eb..dd2e4da 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -58,7 +58,7 @@ tasks instead of solving technical problems." s.add_runtime_dependency "faraday", "2.3.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.2.0" + s.add_runtime_dependency "jira-ruby", "2.3.0" s.add_runtime_dependency "json", "2.6.3" s.add_runtime_dependency "logging", "2.3.1" s.add_runtime_dependency "mail", "2.8.1"