Bundler error on deployment
问题 I'm currently using guard i.e. guard-coffeescript gem to compile my javascript (and in the future I'll probably add some more guard tasks) on my OSX dev system. I added the rb-fsevent gem to my Gemspec, now I saw that in a lot of Gemspecs it is added with an if statement like this: gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i Trying to deploy to my staging/production environment, which is running under Linux, the script executed on the server uses the bundle install -