Hi there RMagick does not seem to be installed on bamboo-ree-1.8.7.... If I do "require 'RMagick'" at the console it is not found.
Are there plans to install it? I tried including it in my Gemfile but it gives the error Can't install RMagick 2.13.1. You must have ImageMagick 6.4.9 or later." Someone on IRC kindly suggested I install an RMagick 2.12.0 which is compatable with ImageMagick 6.3.7", which is on bamboo-ree-1.8.7 However putting this in my Gemfile... gem "rmagick", :version=>"2.12.0", :require=>"RMagick" ... does not work since the version parameter doesn't seem to get picked up? Has anyone got this to work? Or are there any plans to put RMagick on bamboo-ree-1.8.7 ???? thanks :) -- 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.
