summaryrefslogtreecommitdiff
path: root/www/redmine51/files/patch-Gemfile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-01-02 10:46:27 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-01-02 10:46:27 +0800
commit5fe1a30f444d206ca5c503860ffe4d6b4ae81d9b (patch)
tree9e7b0c29b4698bca2e8fef2952f54133a6d4e344 /www/redmine51/files/patch-Gemfile
parenttextproc/rubygem-sanitize: Update to 6.1.1 (diff)
www/redmine51: Fix Gemfile for rubygem-sanitize 7.0.0 update
- Bump PORTREVISION for package change
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