1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Pin sanitize to 6.0 (#35752, #32424).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21171 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2021-08-13 06:37:57 +00:00
parent 6bb4b15777
commit aaf050b48c

View File

@ -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.2"
gem "sanitize", "~> 6.0"
end
# Include database gems for the adapters found in the database