remove the tzinfo gem. not needed
This commit is contained in:
parent
49d87b7354
commit
bc71a921c1
2
Gemfile
2
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?
|
||||
|
|
Loading…
Reference in New Issue