1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

added gem tzinfo-data

This is an attempt to fix the availability creation issue over the DST
This commit is contained in:
Sylvain 2020-10-23 15:00:21 +02:00
parent a2d885f447
commit a39690ca5c
2 changed files with 5 additions and 0 deletions

View File

@ -134,3 +134,5 @@ gem 'sha3'
gem 'repost'
gem 'icalendar'
gem 'tzinfo-data'

View File

@ -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