Browse Source

Update commonmarker gem to 0.23.4 (#37136).


git-svn-id: https://svn.redmine.org/redmine/trunk@21611 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Marius Balteanu 2 years ago
parent
commit
66665c3270
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile 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

Loading…
Cancel
Save