mirror of
https://github.com/redmine/redmine.git
synced 2026-02-02 04:40:06 +01:00
Merged r21575 to 5.0-stable (#36892).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21576 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -40,9 +40,8 @@ group :minimagick do
|
||||
end
|
||||
|
||||
# Optional Markdown support, not for JRuby
|
||||
group :markdown do
|
||||
gem 'redcarpet', '~> 3.5.1'
|
||||
end
|
||||
# ToDo: Remove common_mark group when common_mark is decoupled from markdown. See defect (#36892) for more details.
|
||||
gem 'redcarpet', '~> 3.5.1', groups: [:markdown, :common_mark]
|
||||
|
||||
# Optional CommonMark support, not for JRuby
|
||||
group :common_mark do
|
||||
|
||||
Reference in New Issue
Block a user