diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-15 21:16:42 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-15 21:16:42 +0000 |
commit | 3ae42cb32617670cb6c99a60f5cda2cf961d110c (patch) | |
tree | 2348af8e781435538aed5517b0c2087432b42c78 /Gemfile | |
parent | 7fb35abd10e3da24188f0f4325d4ba001687ebac (diff) | |
download | redmine-3ae42cb32617670cb6c99a60f5cda2cf961d110c.tar.gz redmine-3ae42cb32617670cb6c99a60f5cda2cf961d110c.zip |
Better handle html-only emails (#16962).
git-svn-id: http://svn.redmine.org/redmine/trunk@14313 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ gem "mime-types" gem "protected_attributes" gem "actionpack-action_caching" gem "actionpack-xml_parser" +gem "loofah", "~> 2.0" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby] |