remove the tzinfo gem. not needed

This commit is contained in:
Robert McGovern 2020-04-17 01:59:23 +01:00
parent 49d87b7354
commit bc71a921c1
1 changed files with 1 additions and 1 deletions

View File

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