Install wdm Ruby gem in Windows

To avoid polling the file system for changes, Jekyll recommends installing the Windows Directory Monitor in a Windows environment.

After merging this, those on Windows will need to run `bundle install` again. This shouldn't affect other environments.
This commit is contained in:
ADTC
2021-03-30 10:03:25 +08:00
parent 109a1fe88a
commit cd467810fb
+1
View File
@@ -1,3 +1,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'github-pages', '>=180', group: :jekyll_plugins gem 'github-pages', '>=180', group: :jekyll_plugins
gem 'wdm', '>= 0.1.0' if Gem.win_platform?