summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-05-15 10:58:42 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-05-15 10:58:42 +0000
commitda68e9dbc8aa789adf773e04bf7db8443d841af1 (patch)
tree679f79923b8998af019020d3b19aae0186542c2c /Gemfile
parenta79fb7434ff4fb68d393412478d7611e02bc18ba (diff)
downloadredmine-da68e9dbc8aa789adf773e04bf7db8443d841af1.tar.gz
redmine-da68e9dbc8aa789adf773e04bf7db8443d841af1.zip
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 0814411c7..013486062 100644
--- 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