Browse Source

Update commonmarker gem to ~> 0.23.6 (#37872).

Patch by Holger Just.


git-svn-id: https://svn.redmine.org/redmine/trunk@21956 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Go MAEDA 1 year ago
parent
commit
983154edb5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -50,7 +50,7 @@ end

# Optional CommonMark support, not for JRuby
group :common_mark do
gem "commonmarker", '0.23.4'
gem "commonmarker", '~> 0.23.6'
gem 'deckar01-task_list', '2.3.2'
end


Loading…
Cancel
Save