From 2651d6a48068c4f06609f6ee13350aff4882d9b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 05:31:35 +0000 Subject: [PATCH] Update jira-ruby requirement from = 2.1.4 to = 2.1.5 Updates the requirements on [jira-ruby](https://github.com/sumoheavy/jira-ruby) to permit the latest version. - [Release notes](https://github.com/sumoheavy/jira-ruby/releases) - [Commits](https://github.com/sumoheavy/jira-ruby/compare/v2.1.4...v2.1.5) Signed-off-by: dependabot[bot] --- lazylead.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazylead.gemspec b/lazylead.gemspec index 740bc7c..bd47431 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -61,7 +61,7 @@ tasks instead of solving technical problems." s.add_runtime_dependency "faraday", "1.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.1.4" + s.add_runtime_dependency "jira-ruby", "2.1.5" s.add_runtime_dependency "json", "2.5.1" s.add_runtime_dependency "logging", "2.3.0" s.add_runtime_dependency "mail", "2.7.1"