From a39690ca5c72490415fc87a1968fd5d2ba7f419e Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 23 Oct 2020 15:00:21 +0200 Subject: [PATCH] added gem tzinfo-data This is an attempt to fix the availability creation issue over the DST --- Gemfile | 2 ++ Gemfile.lock | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 4ed7274ad..fc07cac6e 100644 --- a/Gemfile +++ b/Gemfile @@ -134,3 +134,5 @@ gem 'sha3' gem 'repost' gem 'icalendar' + +gem 'tzinfo-data' diff --git a/Gemfile.lock b/Gemfile.lock index b0ea99b32..84ac15ba0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -386,6 +386,8 @@ GEM tzinfo tzinfo (1.2.7) thread_safe (~> 0.1) + tzinfo-data (1.2020.4) + tzinfo (>= 1.0.0) unicode-display_width (1.4.1) vcr (3.0.1) virtus (1.0.5) @@ -483,6 +485,7 @@ DEPENDENCIES spring-watcher-listen (~> 2.0.0) stripe (= 5.1.1) sys-filesystem + tzinfo-data vcr (= 3.0.1) web-console (>= 3.3.0) webmock