From bc71a921c10b9ced34793cf82fda728493c6cd22 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Fri, 17 Apr 2020 01:59:23 +0100 Subject: [PATCH] remove the tzinfo gem. not needed --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9f33882..94d6641 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ group :jekyll_plugins do end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] +#gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform?