summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-05-04 18:05:54 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-05-04 18:05:54 +0000
commitbf81c96b79cc80bc4ffb08714a3d3f92e68e254a (patch)
tree747e796cb3c301b5c5b429a7029655fb6b0febfc /Gemfile
parentfcb4e510ea3c4de06aa7dfad31c772ad589fd612 (diff)
downloadredmine-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--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b54080294..f359e5597 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"