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 |
Yeah...seems like a Heroku issue. fastercsv-1.5.4
is definitely available in the source http://rubygems.org
:
https://rubygems.org/downloads/fastercsv-1.5.4.gem
Roger that. Thanks man.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current response from Heroku
Sorry, I am mistaken. FasterCSV should in fact build with Ruby 1.9.2 -- its not needed as I described, but it should technically work.
I'm not sure of the cause of the error at this moment, will investigate further.