From 80fb686e6b642bb99441c8ea2d037ad4c16c8719 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Sat, 2 Sep 2017 20:39:58 +0100 Subject: [PATCH] Add wdm gem on Windows Source: Jekyll complaining at me ``` Please add the following to your Gemfile to avoid polling for changes: gem 'wdm', '>= 0.1.0' if Gem.win_platform? ``` --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index e934b425..b74ac8cd 100644 --- a/Gemfile +++ b/Gemfile @@ -4,3 +4,4 @@ gem 'jekyll' gem 'jekyll-paginate' gem 'builder' gem 'rubysl-rexml' +gem 'wdm', '>= 0.1.0' if Gem.win_platform?