From 6a75b9e177b26af0a073ca06220c2262d50c1938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:45:07 +0000 Subject: [PATCH] Update tilt requirement from = 2.0.10 to = 2.2.0 Updates the requirements on [tilt](https://github.com/jeremyevans/tilt) to permit the latest version. - [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeremyevans/tilt/compare/v2.0.10...v2.2.0) --- updated-dependencies: - dependency-name: tilt 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 f92c496..a60cffc 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -72,7 +72,7 @@ tasks instead of solving technical problems." s.add_runtime_dependency "slop", "4.10.1" s.add_runtime_dependency "sqlite3", "1.4.4" s.add_runtime_dependency "tempfile", "0.1.3" - s.add_runtime_dependency "tilt", "2.0.10" + s.add_runtime_dependency "tilt", "2.2.0" s.add_runtime_dependency "tzinfo", "2.0.4" s.add_runtime_dependency "tzinfo-data", "1.2022.1" s.add_runtime_dependency "vcs4sql", "0.1.1"