]> source.dussan.org Git - redmine.git/commitdiff
Merged r21575 to 5.0-stable (#36892).
authorMarius Balteanu <marius.balteanu@zitec.com>
Sun, 15 May 2022 10:58:42 +0000 (10:58 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sun, 15 May 2022 10:58:42 +0000 (10:58 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21576 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 0814411c71cada673217673de38ac3174337c470..01348606245b05cc87371d2e9c49c6d2272913af 100644 (file)
--- a/Gemfile
+++ b/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