Make sure we only invoke Imagemagick if this is actually an image (#22721).
git-svn-id: https://svn.redmine.org/redmine/trunk@15362 e93f8b46-1217-0410-a6f0-8f06a7374b81
Showing
... | ... | @@ -14,6 +14,7 @@ gem "protected_attributes" |
gem "actionpack-action_caching" | ||
gem "actionpack-xml_parser" | ||
gem "roadie-rails" | ||
gem "mimemagic" | ||
# Request at least nokogiri 1.6.7.2 because of security advisories | ||
gem "nokogiri", ">= 1.6.7.2" | ||
... | ... |
Please register or sign in to comment