RMagick was configured with the wrong ImageMagick

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
moiseszaragoza
Posts: 1
Joined: 2012-09-05T08:54:48-07:00
Authentication code: 67789

RMagick was configured with the wrong ImageMagick

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