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

Update commonmarker gem to 0.23.4 (#37136).

git-svn-id: https://svn.redmine.org/redmine/trunk@21611 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2022-05-27 22:28:25 +00:00
parent af4ccb3f87
commit 66665c3270

View File

@ -45,7 +45,7 @@ gem 'redcarpet', '~> 3.5.1', groups: [:markdown, :common_mark]
# Optional CommonMark support, not for JRuby
group :common_mark do
gem "html-pipeline", "~> 2.13.2"
gem "commonmarker", '0.23.1'
gem "commonmarker", '0.23.4'
gem "sanitize", "~> 6.0"
gem 'deckar01-task_list', '2.3.2'
end