monero-site/Gemfile
Matt Smith 80fb686e6b 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?
```
2017-09-02 20:39:58 +01:00

7 lines
142 B
Ruby

source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-paginate'
gem 'builder'
gem 'rubysl-rexml'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?