summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-12-18 00:40:41 +0000
committerGo MAEDA <maeda@farend.jp>2020-12-18 00:40:41 +0000
commit0370be3ed1a42b831cb86507f85f6245bb1f8ead (patch)
tree8c461d2c3c73c49a9416e1c4b556433fcfdda60b
parent3498a6a6247612f04f24185bd6175a113d4987b9 (diff)
downloadredmine-0370be3ed1a42b831cb86507f85f6245bb1f8ead.tar.gz
redmine-0370be3ed1a42b831cb86507f85f6245bb1f8ead.zip
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
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e03e663cb..5eb62c1e9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -44,7 +44,7 @@ end
# Optional Markdown support, not for JRuby
group :markdown do
- gem "redcarpet", "~> 3.5.0"
+ gem 'redcarpet', '~> 3.5.1'
end
# Include database gems for the adapters found in the database