Skip to content

Instantly share code, notes, and snippets.

@JohnPlummer
Created February 14, 2012 22:07
Show Gist options
  • Save JohnPlummer/1830924 to your computer and use it in GitHub Desktop.
Save JohnPlummer/1830924 to your computer and use it in GitHub Desktop.
Heroku and gemfile conditions
You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated Gemfile.lock to version control.
You have deleted from the Gemfile:
* rb-fsevent
!
! Failed to install gems via Bundler.
!
! Heroku push rejected, failed to compile Ruby/rails app
group :test, :darwin do
gem 'rb-fsevent'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment