Skip to content

Instantly share code, notes, and snippets.

@zackperdue
Last active August 29, 2015 14:07
Show Gist options
  • Save zackperdue/3d561bf959694a90fdf6 to your computer and use it in GitHub Desktop.
Save zackperdue/3d561bf959694a90fdf6 to your computer and use it in GitHub Desktop.
git push heroku master
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.6.3
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --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 added to the Gemfile: * active_model_serializers You have deleted from the Gemfile: * jbuilder (~> 1.2)
Bundler Output: 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 added to the Gemfile: * active_model_serializers You have deleted from the Gemfile: * jbuilder (~> 1.2)
! ! Failed to install gems via Bundler.
! ! Push rejected, failed to compile Ruby app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment