Hi,

I have a simple Rails 3 app running on the Aspen and Bamboo stacks ok,
but when I try the Cedar stack the push is being rejected:


$ heroku create sss --stack cedar
Creating sss... done, stack is cedar
http://sss.herokuapp.com/ | [email protected]:sss.git
Git remote heroku added
$ git push heroku master
Counting objects: 380, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (360/360), done.
Writing objects: 100% (380/380), 5.61 MiB | 112 KiB/s, done.
Total 380 (delta 178), reused 0 (delta 0)

-----> Heroku receiving push
-----> Removing .DS_Store files
-----> 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 fastimage-1.2.8 in any of the sources
 !
 !     Failed to install gems via Bundler.
 !
 !     Heroku push rejected, failed to compile Ruby/rails app

To [email protected]:sss.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:sss.git'


Is there a problem with some gems on Cedar or do I need to bundle
things differently for Cedar?

Thanks,
Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to