Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mini_magick.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e3e55279f7b4e3628cbbe901d4a55c97aa5f8a6 (plain)
1
2
3
4
5
# frozen_string_literal: true

MiniMagick.configure do |config|
  config.cli = :graphicsmagick
end