force minimagick to use graphicsmagick

This commit is contained in:
Alexis Reigel 2017-12-07 13:17:05 +01:00 committed by Alexis Reigel
parent 949c30d42b
commit 9ae08342eb
No known key found for this signature in database
GPG key ID: C728AF10972E97C0

View file

@ -0,0 +1,3 @@
MiniMagick.configure do |config|
config.cli = :graphicsmagick
end