From 55291fd169586db127955aa55fca5373eb7734bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 05:31:55 +0000 Subject: [PATCH] Update tzinfo-data requirement from = 1.2020.6 to = 1.2021.1 Updates the requirements on [tzinfo-data](https://github.com/tzinfo/tzinfo-data) to permit the latest version. - [Release notes](https://github.com/tzinfo/tzinfo-data/releases) - [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2020.6...v1.2021.1) 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..568d768 100644 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -75,7 +75,7 @@ tasks instead of solving technical problems." s.add_runtime_dependency "tempfile", "0.1.1" s.add_runtime_dependency "tilt", "2.0.10" s.add_runtime_dependency "tzinfo", "2.0.4" - s.add_runtime_dependency "tzinfo-data", "1.2020.6" + s.add_runtime_dependency "tzinfo-data", "1.2021.1" s.add_runtime_dependency "vcs4sql", "0.1.1" s.add_runtime_dependency "viewpoint", "1.1.0" s.add_development_dependency "codecov", "0.3.0"