1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-11 13:15:20 +00:00

Add redcarpet gem to common_mark group because the common_mark implementation requires it and Redmine won't start when it is installed without markdown group (#36892).

git-svn-id: https://svn.redmine.org/redmine/trunk@21575 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2022-05-15 10:54:10 +00:00
parent fe1202d626
commit 1eeb7e50ac

View File

@ -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