Skip to content

Instantly share code, notes, and snippets.

@fbjork
Created August 29, 2011 16:19
Show Gist options
  • Save fbjork/1178751 to your computer and use it in GitHub Desktop.
Save fbjork/1178751 to your computer and use it in GitHub Desktop.
BUNDLE_WITHOUT => development:test
group :development, :test do
if RUBY_PLATFORM =~ /darwin/i
gem 'growl', '1.0.3'
gem 'rb-fsevent', '0.4.3.1'
end
end
-----> Heroku receiving push
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.1.pre.8
Running: bundle install --without development:test --path vendor/bundle --deployment
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:
* growl (= 1.0.3)
* rb-fsevent (= 0.4.3.1)
!
! Failed to install gems via Bundler.
!
! Heroku push rejected, failed to compile Ruby/rails app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment