add gem "wdm" to all newly generated Gemfiles (#6711)

Merge pull request 6711
This commit is contained in:
ashmaroli 2018-01-24 20:46:35 +05:30 committed by jekyllbot
parent 83a6aebb2d
commit 4d68304dea
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # 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?
RUBY RUBY
end end