Skip to content

Commit 4d67887

Browse files
committed
Do not install wdm on deployement
1 parent 5d5db53 commit 4d67887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2626
end
2727

2828
# Performance-booster for watching directories on Windows
29-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
29+
# gem "wdm", "~> 0.1.1", platforms: :ruby
3030

3131
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3232
# do not have a Java counterpart.

0 commit comments

Comments
 (0)