mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Drop redcarpet dependency from common_mark group (#37119).
git-svn-id: https://svn.redmine.org/redmine/trunk@21644 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1a7b2fe907
commit
04b91b3578
7
Gemfile
7
Gemfile
@ -39,9 +39,10 @@ group :minimagick do
|
||||
gem 'mini_magick', '~> 4.11.0'
|
||||
end
|
||||
|
||||
# Optional Markdown support, not for JRuby
|
||||
# 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 Markdown support
|
||||
group :markdown do
|
||||
gem 'redcarpet', '~> 3.5.1'
|
||||
end
|
||||
|
||||
# Optional CommonMark support, not for JRuby
|
||||
group :common_mark do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user