1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Pin html-pipeline to 2.13.2 (#32424).

git-svn-id: http://svn.redmine.org/redmine/trunk@21158 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2021-08-11 21:46:59 +00:00
parent 3417191bc7
commit 2b31672864

View File

@ -49,7 +49,7 @@ end
# Optional CommonMark support, not for JRuby
group :common_mark do
gem "html-pipeline", "~> 2.12"
gem "html-pipeline", "~> 2.13.2"
gem "commonmarker", (RUBY_VERSION < '2.6' ? '0.21.0' : '~> 0.22')
gem "sanitize", "~> 5.1"
end