From cbbca74a7bdfd33af6a8455763f602d0648bffe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:09:27 +0000 Subject: [PATCH] Update json requirement from = 2.6.3 to = 2.7.1 Updates the requirements on [json](https://github.com/flori/json) to permit the latest version. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.6.3...v2.7.1) --- updated-dependencies: - dependency-name: json 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..a605823 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -59,7 +59,7 @@ tasks instead of solving technical problems." 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 "json", "2.6.3" + s.add_runtime_dependency "json", "2.7.1" s.add_runtime_dependency "logging", "2.3.1" s.add_runtime_dependency "mail", "2.8.1" s.add_runtime_dependency "memory_profiler", "1.0.1"