From 0e6f05af5fb1af9a83ecbadf84cfbe8f017d3c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 14:04:52 +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 fb3d872..5bbebe2 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 f718dc8..61f4769 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,10 +95,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) @@ -113,7 +111,7 @@ DEPENDENCIES jekyll-asciidoc jekyll-feed (~> 0.15) minimal-mistakes-jekyll - tzinfo (~> 1.2) + tzinfo (~> 2.0) tzinfo-data BUNDLED WITH