]> source.dussan.org Git - redmine.git/commitdiff
Always bundle html-pipeline and sanitizer gems (#37750).
authorMarius Balteanu <marius.balteanu@zitec.com>
Tue, 4 Oct 2022 19:46:11 +0000 (19:46 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Tue, 4 Oct 2022 19:46:11 +0000 (19:46 +0000)
Patch by Jens Krämer.

git-svn-id: https://svn.redmine.org/redmine/trunk@21899 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 6d8dcb3161a76a606ba17a96ae1b404a1f12c0b9..bccf764917dfd9e9fa3acc383b3b0e3520b44141 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -29,6 +29,10 @@ gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]
 gem 'rotp', '>= 5.0.0'
 gem 'rqrcode'
 
+# HTML pipeline and sanitization
+gem "html-pipeline", "~> 2.13.2"
+gem "sanitize", "~> 6.0"
+
 # Optional gem for LDAP authentication
 group :ldap do
   gem 'net-ldap', '~> 0.17.0'
@@ -46,9 +50,7 @@ end
 
 # Optional CommonMark support, not for JRuby
 group :common_mark do
-  gem "html-pipeline", "~> 2.13.2"
   gem "commonmarker", '0.23.4'
-  gem "sanitize", "~> 6.0"
   gem 'deckar01-task_list', '2.3.2'
 end