Created
August 2, 2011 18:54
-
-
Save jmccartie/1120900 to your computer and use it in GitHub Desktop.
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
# Bundler output | |
-----> Heroku receiving push | |
-----> Ruby/Rails app detected | |
-----> Installing dependencies using Bundler version 1.1.pre.5 | |
Running: bundle install --without development:test --path vendor/bundle --deployment | |
Fetching dependency information from the API at http://rubygems.org/....... | |
Could not find fastercsv-1.5.4 in any of the sources | |
! | |
! Failed to install gems via Bundler. | |
! | |
! Heroku push rejected, failed to compile Ruby/rails app | |
# Logs | |
2011-08-02T03:41:15+00:00 heroku[slugc]: Slug compilation started | |
2011-08-02T03:41:19+00:00 heroku[slugc]: Slug compilation failed: failed to compile Ruby/rails app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Roger that. Thanks man.