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 from http://rubygems.org Successfully installed authlogic-2.1.6 1 gem installed -----> Installing gem jackdempsey-acts_as_commentable from http://gems.github.com, http://rubygems.org Successfully installed jackdempsey-acts_as_commentable-2.0.2 1 gem installed -----> Installing gem peteonrails-vote_fu from http://gems.github.com, http://rubygems.org Successfully installed peteonrails-vote_fu-0.0.11 1 gem installed -----> Installing gem paperclip from http://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/GoalMafia http://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.
