$ ./bin/rails c
This installation of RMagick was configured with ImageMagick x.x.x but ImageMagick x.y.z-a is in use. (RuntimeError)
$ bundle uninstall rmagick
$ bundle
で直った。急になったのでびっくりした…。
$ ./bin/rails c
This installation of RMagick was configured with ImageMagick x.x.x but ImageMagick x.y.z-a is in use. (RuntimeError)
$ bundle uninstall rmagick
$ bundle
で直った。急になったのでびっくりした…。