Hi, I am relatively new to rails/heroku, so this may be a noob question.
I am trying to deploy a rails 2.3.5 project to heroku. This project requires the RMagick gem v 2.13.1, which in turn requires ImageMagick. I tried to add a line to the .gems manifest for RMagick 2.13.1, and that line fails when I push my changes to heroku. The error states that ImageMagick 6.4.9 was required for RMagick, but not found. ImageMagick is not really a gem, and I dont know how to get this version onto the machine. I also noticed that the heroku default list has a different version of RMagick (1.15.17). I have tried running the same app on dev and on heroku, without adding rmagick to the gems manifest, and the app works locally, but fails in heroku. Thanks for your help! RCA -- 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.
