]> source.dussan.org Git - redmine.git/commitdiff
Merged r17707 to 4.0-stable (#30137).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 9 Dec 2018 06:21:21 +0000 (06:21 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 9 Dec 2018 06:21:21 +0000 (06:21 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17708 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 45bed7a538669513fa47cd4bfeff5f6996bd90e0..975c881e38bfc8755dec89bb66332b9085377b0e 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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"