From 047a55c57282f53f82654b480e7a13112606fc83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:51:41 +0000 Subject: [PATCH] Update zaru requirement from = 0.3.0 to = 1.0.0 Updates the requirements on [zaru](https://github.com/madrobby/zaru) to permit the latest version. - [Release notes](https://github.com/madrobby/zaru/releases) - [Commits](https://github.com/madrobby/zaru/commits/v1.0.0) --- updated-dependencies: - dependency-name: zaru 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 651b16f..59fd9ad 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -77,7 +77,7 @@ tasks instead of solving technical problems." s.add_runtime_dependency "tzinfo-data", "1.2023.3" s.add_runtime_dependency "vcs4sql", "0.1.1" s.add_runtime_dependency "viewpoint", "1.1.1" - s.add_runtime_dependency "zaru", "0.3.0" + s.add_runtime_dependency "zaru", "1.0.0" s.add_development_dependency "codecov", "0.6.0" s.add_development_dependency "guard", "2.18.0" s.add_development_dependency "guard-minitest", "2.4.6"