Topic: Problem installing rmagick gem
I am trying to install rmagick gem for use with the carrierwave gem but i'm getting this error
Gem files will remain installed in c:/Ruby192/lib/ruby/gems/1.9.1/gems/rmagick-2
.13.1 for inspection.
Results logged to c:/Ruby192/lib/ruby/gems/1.9.1/gems/rmagick-2.13.1/ext/RMagick
/gem_make.out
An error occured while installing rmagick (2.13.1), and Bundler cannot continue.
Make sure that `gem install rmagick -v '2.13.1'` succeeds before bundling.
tried just gem install rmagick but that didn't work either. I have it included in my gemfile.
Can anybody help?