From 8b2837a1bf8d5c0864fcfdaad6054f16967c90bf Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 7 Jul 2017 15:36:19 -0400 Subject: [PATCH] Add tzinfo.data gem for Windows to appease timezone error --- docs/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Gemfile b/docs/Gemfile index ecbd3fec..7840e3b9 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -2,6 +2,7 @@ source "https://rubygems.org" gem "github-pages", group: :jekyll_plugins +gem "tzinfo-data" gem "wdm", "~> 0.1.0" if Gem.win_platform? # If you have any plugins, put them here!