Add tzinfo.data gem for Windows to appease timezone error

This commit is contained in:
Michael Rose 2017-07-07 15:36:19 -04:00
parent 261fb159dd
commit 8b2837a1bf

View file

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