diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-04 18:05:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-04 18:05:54 +0000 |
commit | bf81c96b79cc80bc4ffb08714a3d3f92e68e254a (patch) | |
tree | 747e796cb3c301b5c5b429a7029655fb6b0febfc /Gemfile | |
parent | fcb4e510ea3c4de06aa7dfad31c772ad589fd612 (diff) | |
download | redmine-bf81c96b79cc80bc4ffb08714a3d3f92e68e254a.tar.gz redmine-bf81c96b79cc80bc4ffb08714a3d3f92e68e254a.zip |
Make sure we only invoke Imagemagick if this is actually an image (#22721).
git-svn-id: http://svn.redmine.org/redmine/trunk@15362 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |