An error occurred while installing rmagick (2.13.3), and Bundler cannot continue. Make sure that `gem install rmagick -v ‘2.13.3’` succeeds before bundling.

Solution:

You need to run both the command for ubuntu

sudo apt-get install libmagick++-dev
sudo apt-get install imagemagick

Then try to install

gem install rmagick

 

or

bundle

Leave a comment