Merge pull request #3177 from rpherbig/master
This commit is contained in:
commit
7c8c41f0d7
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue