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?
```
This commit is contained in:
Matt Smith 2017-09-02 20:39:58 +01:00
parent 3eae808620
commit 80fb686e6b

View file

@ -4,3 +4,4 @@ gem 'jekyll'
gem 'jekyll-paginate'
gem 'builder'
gem 'rubysl-rexml'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?