add 'tzinfo-data' gem to Jekyll Gemfile

This commit is contained in:
Ashwin Maroli 2016-11-30 13:54:07 +05:30
parent c4142c4c77
commit ee5266602e
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ group :jekyll_optional_dependencies do
gem "classifier-reborn", "~> 2.0"
gem "liquid-c", "~> 3.0"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
end
#