Page 1 of 1

RMagick was configured with the wrong ImageMagick

Posted: 2012-09-05T09:00:06-07:00
by moiseszaragoza
I updated ImageMagick by mistake and now RMagick is complaning and not letting me load the my local project.

This is the error that i am getting

Code: Select all

/Users/moiseszaragoza/.rvm/gems/ruby-1.9.3-p194@mysite/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require': This installation of RMagick was configured with ImageMagick 6.7.5 but ImageMagick 6.7.7-6 is in use. (RuntimeError)
the only solution i found say to use 'gem pristine rmagick' but i cant find where to load that gem from

if any one have any solutions please let me know