From a7669981723cbc51584f42ad56bdbe4192fbed22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 13:59:03 +0000 Subject: [PATCH] Bump tzinfo from 1.2.7 to 2.0.4 Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 2.0.4. - [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.7...v2.0.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index fad984f..25c41ce 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,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 diff --git a/Gemfile.lock b/Gemfile.lock index e9f40f4..ff7a135 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,10 +91,8 @@ GEM faraday (> 0.8, < 2.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - thread_safe (0.3.6-java) - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) tzinfo-data (1.2021.1) tzinfo (>= 1.0.0) unicode-display_width (1.7.0) @@ -109,7 +107,7 @@ DEPENDENCIES jekyll-asciidoc jekyll-feed (~> 0.6) minimal-mistakes-jekyll - tzinfo (~> 1.2) + tzinfo (~> 2.0) tzinfo-data BUNDLED WITH