diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-27 22:28:25 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-27 22:28:25 +0000 |
commit | 66665c3270816784432036268b3597f6f89937da (patch) | |
tree | dd4790d745ddfb588d14394a2a9ba95d81122f0f /Gemfile | |
parent | af4ccb3f87f70b7b77beafcb51ef0742cd85ec21 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |