mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-02 03:06:27 +00:00
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:
parent
3eae808620
commit
80fb686e6b
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -4,3 +4,4 @@ gem 'jekyll'
|
|||
gem 'jekyll-paginate'
|
||||
gem 'builder'
|
||||
gem 'rubysl-rexml'
|
||||
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
||||
|
|
Loading…
Reference in a new issue