From: Marius Balteanu Date: Wed, 11 Aug 2021 21:47:29 +0000 (+0000) Subject: Pin sanitize to 5.2 (#32424). X-Git-Tag: 5.0.0~286 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=18982a9de7479ea284f81021901da7ae15bcbeac;p=redmine.git Pin sanitize to 5.2 (#32424). git-svn-id: http://svn.redmine.org/redmine/trunk@21159 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 2ee8161f6..06869fea7 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ end group :common_mark do gem "html-pipeline", "~> 2.13.2" gem "commonmarker", (RUBY_VERSION < '2.6' ? '0.21.0' : '~> 0.22') - gem "sanitize", "~> 5.1" + gem "sanitize", "~> 5.2" end # Include database gems for the adapters found in the database