It sounds like paperclip is requiring a recent version of
activesupport which doesn't like the aspen stack (ruby 1.8.6). You
might try to fix the versions in the gem file to ones you have locally
that might relax the dependancies. If you can't get it working because
of the dependencies this is exactly what bundler was created to solve.

On Sep 24, 8:02 am, Jordy Mont-Reynaud <[email protected]> wrote:
> My app crashed after a heroku push and I can't get it back up.
>
> I hadn't touched my .gems file in the latest push. No idea why that would
> all of a sudden be an issue.
>
> After it crashed, I tried touching my .gems file and pushing again. Now it's
> complaining that it can't install one of my gems (paperclip): activesupport
> requires Ruby version >= 1.8.7
>
> Anyone have any ideas?!
>
> Jordy
>
> jordy-mont-reynauds-macbook-pro:yoda jordym$ git push heroku
> Counting objects: 5, done.
> Delta compression using up to 2 threads.
> Compressing objects: 100% (3/3), done.
> Writing objects: 100% (3/3), 340 bytes, done.
> Total 3 (delta 2), reused 0 (delta 0)
>
> -----> Heroku receiving push
> -----> Rails app detected
>
> -----> Installing gem authlogic fromhttp://rubygems.org
> Successfully installed authlogic-2.1.6
> 1 gem installed
>
> -----> Installing gem jackdempsey-acts_as_commentable 
> fromhttp://gems.github.com,http://rubygems.org
> Successfully installed jackdempsey-acts_as_commentable-2.0.2
> 1 gem installed
>
> -----> Installing gem peteonrails-vote_fu 
> fromhttp://gems.github.com,http://rubygems.org
> Successfully installed peteonrails-vote_fu-0.0.11
> 1 gem installed
>
> -----> Installing gem paperclip fromhttp://rubygems.org
> ERROR: Error installing paperclip:
> activesupport requires Ruby version >= 1.8.7
> ! Heroku push rejected, failed to install gem
>
> error: hooks/pre-receive exited with error code 1
> --
> GoalMafia.com - "Execute Your Goals"
>
> http://www.twitter.com/GoalMafiahttp://www.facebook.com/GoalMafia

-- 
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