Skip to content

Instantly share code, notes, and snippets.

@jmccartie
Created August 2, 2011 18:54
Show Gist options
  • Save jmccartie/1120900 to your computer and use it in GitHub Desktop.
Save jmccartie/1120900 to your computer and use it in GitHub Desktop.
# 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
@jmccartie
Copy link
Author

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.

@sferik
Copy link

sferik commented Aug 2, 2011

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

@jmccartie
Copy link
Author

Roger that. Thanks man.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment