summaryrefslogtreecommitdiff
path: root/www/redmine51/files/patch-Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'www/redmine51/files/patch-Gemfile')
-rw-r--r--www/redmine51/files/patch-Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/redmine51/files/patch-Gemfile b/www/redmine51/files/patch-Gemfile
index f703349ad123..76f72a45adda 100644
--- a/www/redmine51/files/patch-Gemfile
+++ b/www/redmine51/files/patch-Gemfile
@@ -38,8 +38,9 @@
# HTML pipeline and sanitization
-gem "html-pipeline", "~> 2.13.2"
+-gem "sanitize", "~> 6.0"
+gem "html-pipeline", "~> 2.13"
- gem "sanitize", "~> 6.0"
++gem "sanitize", ">= 6.0", "< 8"
# Optional gem for LDAP authentication
group :ldap do