bundle installがrmagickでインストールできないのがImagemagick 7が原因の件 - `An error occurred while installing rmagick (2.16.0), and Bundler cannot continue`

はじめに ちょっとしたことをやろうとbundle installを気軽にしたところ こんなエラーでコケました $ bundle install ~ 省略 ~ An error occurred while installing rmagick (2.16.0), and Bundler cannot continue. Make sure that `gem install rmagick -v '2.16.0'` succeeds before bundling. ~ 省略 ~ その際にちょっ…