diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-02 10:46:27 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-02 10:46:27 +0800 |
commit | 5fe1a30f444d206ca5c503860ffe4d6b4ae81d9b (patch) | |
tree | 9e7b0c29b4698bca2e8fef2952f54133a6d4e344 /www/redmine51/files/patch-Gemfile | |
parent | textproc/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-Gemfile | 3 |
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 |