From 0949d486de91a37634862f137f4b5cf2db0a3377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:04:14 +0000 Subject: [PATCH] Update tilt requirement from = 2.0.10 to = 2.3.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.3.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 6fa8229..13153c3 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.3.0" s.add_runtime_dependency "tzinfo", "2.0.4" s.add_runtime_dependency "tzinfo-data", "1.2023.3" s.add_runtime_dependency "vcs4sql", "0.1.1"