RailsCasts Pro episodes are now free!

Learn more or hide this

Lucas Uyezu's Profile

GitHub User: lucasuyezu

Site: http://xucros.com

Comments by Lucas Uyezu

Avatar

The official docs says to require all 3 gems (Linux, OS X and Windows). The gem will know which one to use.

ruby
group :development do
  gem 'rb-inotify', :require => false
  gem 'rb-fsevent', :require => false
  gem 'rb-fchange', :require => false
end