diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-05 18:25:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-05 18:25:57 +0000 |
commit | 71e052375d16e43233a48727f612de528ef9a01e (patch) | |
tree | b91d025193b214306123287db5d1341019edabbe /Gemfile | |
parent | 0123c1dcb42d0ad9cd773ba50b05f8dffd50cb3a (diff) | |
download | redmine-71e052375d16e43233a48727f612de528ef9a01e.tar.gz redmine-71e052375d16e43233a48727f612de528ef9a01e.zip |
Merged r15362 (#22721).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15363 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" |