1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Update Redcarpet to 3.5.1 (#34461).

The version fixes a security vulnerability using :quote in combination with the :escape_html option.


git-svn-id: http://svn.redmine.org/redmine/trunk@20665 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-12-18 00:40:41 +00:00
parent 3498a6a624
commit 0370be3ed1

View File

@ -44,7 +44,7 @@ end
# Optional Markdown support, not for JRuby # Optional Markdown support, not for JRuby
group :markdown do group :markdown do
gem "redcarpet", "~> 3.5.0" gem 'redcarpet', '~> 3.5.1'
end end
# Include database gems for the adapters found in the database # Include database gems for the adapters found in the database