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
1 changed files with 3 additions and 0 deletions

View File

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