From 874e153ad2fd6cfe668c043697c3027579b3c4f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 01:40:55 +0000 Subject: [PATCH] Update tzinfo requirement from ~> 1.2 to ~> 2.0 Updates the requirements on [tzinfo](https://github.com/tzinfo/tzinfo) to permit the latest version. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.0...v2.0.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3020708..da22e5f 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do - gem "tzinfo", "~> 1.2" + gem "tzinfo", "~> 2.0" gem "tzinfo-data" end