From 0fc6ddf64c6e3801bcf81d0e293fed5c76725f05 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Tue, 6 Feb 2024 18:01:30 +0100 Subject: [PATCH] chore(#667): update tzinfo Signed-off-by: Pierre-Yves Lapersonne --- docs/Gemfile | 2 +- docs/Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 7ca16bbe..710db6d6 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -24,7 +24,7 @@ end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. platforms :mingw, :x64_mingw, :mswin, :jruby do - gem "tzinfo", "~> 1.2" + gem "tzinfo", "~> 2.0" gem "tzinfo-data" end diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 773b8b38..817af8cf 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -88,7 +88,7 @@ DEPENDENCIES jekyll-relative-links jekyll-remote-theme minima (~> 2.5) - tzinfo (~> 1.2) + tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1) webrick