Merge pull request #3177 from rpherbig/master

This commit is contained in:
Parker Moore 2014-12-01 14:41:14 -08:00
commit 7c8c41f0d7
1 changed files with 1 additions and 2 deletions

View File

@ -39,6 +39,5 @@ built-in support for UNIX systems, it requires an extra gem for compatibility
with Windows. Add the following to the Gemfile for your site:
{% highlight ruby %}
require 'rbconfig'
gem 'wdm', '~> 0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
{% endhighlight %}