summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-05-27 22:28:25 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-05-27 22:28:25 +0000
commit66665c3270816784432036268b3597f6f89937da (patch)
treedd4790d745ddfb588d14394a2a9ba95d81122f0f /Gemfile
parentaf4ccb3f87f70b7b77beafcb51ef0742cd85ec21 (diff)
downloadredmine-66665c3270816784432036268b3597f6f89937da.tar.gz
redmine-66665c3270816784432036268b3597f6f89937da.zip
Update commonmarker gem to 0.23.4 (#37136).
git-svn-id: https://svn.redmine.org/redmine/trunk@21611 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0bd857e96..763a7d5bb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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