diff options
author | Go MAEDA <maeda@farend.jp> | 2018-12-09 04:34:44 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-12-09 04:34:44 +0000 |
commit | b392e5b9ab0771896c7dca1f98cc7908cc7d4253 (patch) | |
tree | c789f8fe20bd9d9e736b75cda6b2b9f51c1778aa /Gemfile | |
parent | 6a7e2d81ae3fd87b41a50065c30fd0e335f380c3 (diff) | |
download | redmine-b392e5b9ab0771896c7dca1f98cc7908cc7d4253.tar.gz redmine-b392e5b9ab0771896c7dca1f98cc7908cc7d4253.zip |
Remove rails-html-sanitizer from Gemfile (#30137).
git-svn-id: http://svn.redmine.org/redmine/trunk@17707 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -17,9 +17,6 @@ gem "csv", "~> 3.0.1" if RUBY_VERSION >= "2.3" && RUBY_VERSION < "2.6" gem "nokogiri", "~> 1.8.0" gem "i18n", "~> 0.7.0" -# Request at least rails-html-sanitizer 1.0.3 because of security advisories -gem "rails-html-sanitizer", ">= 1.0.3" - # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin] gem "rbpdf", "~> 1.19.6" |