There was the same problem. The following is fixed for me using Ubuntu Linux:
sudo apt-get update ... sudo apt-get install libmagickcore-dev ... sudo apt-get install libmagickwand-dev ... bundle install
You may need to run bundle update if you have other dependency problems, just like me. Good luck
source share