Just a guess, but could it be that some of the gems listed in your Gemfile
aren't available anymore, maybe they've been removed from
their repositories or something?

On Thu, Jul 28, 2011 at 10:05 PM, kimptoc <ch...@kimptoc.net> wrote:

> 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/ | g...@heroku.com: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 g...@heroku.com:sss.git
>  ! [remote rejected] master -> master (pre-receive hook declined)
> error: failed to push some refs to 'g...@heroku.com: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 heroku@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>
>

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

Reply via email to