Skip to content

Commit

Permalink
add gem "wdm" to all newly generated Gemfiles (#6711)
Browse files Browse the repository at this point in the history
Merge pull request 6711
  • Loading branch information
ashmaroli authored and jekyllbot committed Jan 24, 2018
1 parent 83a6aeb commit 4d68304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/jekyll/commands/new.rb
Expand Up @@ -89,6 +89,9 @@ def gemfile_contents
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
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
end

Expand Down

0 comments on commit 4d68304

Please sign in to comment.