summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2021-08-11 21:47:29 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2021-08-11 21:47:29 +0000
commit18982a9de7479ea284f81021901da7ae15bcbeac (patch)
tree633cf5a1d1c070c3916adc1f01b1164ca1b997aa /Gemfile
parent2b316728641f8d342538f84c726583162357fd05 (diff)
downloadredmine-18982a9de7479ea284f81021901da7ae15bcbeac.tar.gz
redmine-18982a9de7479ea284f81021901da7ae15bcbeac.zip
Pin sanitize to 5.2 (#32424).
git-svn-id: http://svn.redmine.org/redmine/trunk@21159 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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