From ee5266602e8c9b5540450b343b78ab0d5ed851e4 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 30 Nov 2016 13:54:07 +0530 Subject: [PATCH] add 'tzinfo-data' gem to Jekyll Gemfile --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 92797b42..378f6b82 100644 --- a/Gemfile +++ b/Gemfile @@ -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 #