From dc1ea09eb352962649ce66ffc2594e8376f7472b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 04:16:04 +0000 Subject: [PATCH] Bump tzinfo from 1.2.7 to 1.2.10 Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. - [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...v1.2.10) --- updated-dependencies: - dependency-name: tzinfo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 93cfaf8..12e75b3 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,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.7" + gem "tzinfo", "1.2.10" gem "tzinfo-data", "1.2020.1" end diff --git a/Gemfile.lock b/Gemfile.lock index 9d7d147..f908657 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM tilt (2.0.10) typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (1.2.7) + tzinfo (1.2.10) thread_safe (~> 0.1) tzinfo-data (1.2020.1) tzinfo (>= 1.0.0) @@ -276,7 +276,7 @@ DEPENDENCIES github-pages jekyll-admin (~> 0.9.0) jekyll-feed (~> 0.13.0) - tzinfo (= 1.2.7) + tzinfo (= 1.2.10) tzinfo-data (= 1.2020.1) wdm (~> 0.1.1)