middleman / middleman-livereload

LiveReload support for Middleman
http://middlemanapp.com
MIT License
117 stars 39 forks source link

warning: toplevel constant Mutex referenced by Thread::Mutex #88

Open Tuckie opened 8 years ago

Tuckie commented 8 years ago

as a result of pull https://github.com/middleman/middleman-livereload/pull/85, I now receive the warning:

middleman-livereload-3.4.6/lib/middleman-livereload/reactor.rb:14: warning: toplevel constant Mutex referenced by Thread::Mutex

I'm currently running ruby 2.2.2p95.

wanderingcrow commented 8 years ago

@Tuckie I was getting this too and updated to ruby 2.3.0 and either the fresh gems or the ruby update fixed it.

robertwbradford commented 8 years ago

I had previously updated to ruby 2.3.0, and running $ bundle update seemed to do the trick.