Last active
August 29, 2015 14:07
-
-
Save zackperdue/3d561bf959694a90fdf6 to your computer and use it in GitHub Desktop.
git push heroku master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----> 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