Add tzinfo.data gem for Windows to appease timezone error
This commit is contained in:
parent
261fb159dd
commit
8b2837a1bf
1 changed files with 1 additions and 0 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue