From: Marius Balteanu Date: Tue, 17 May 2022 21:14:14 +0000 (+0000) Subject: Revert unwanted change (#36807). X-Git-Tag: 5.1.0~592 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10bf9045a1897c16e53b1825bceffb6dfb71acce;p=redmine.git Revert unwanted change (#36807). git-svn-id: https://svn.redmine.org/redmine/trunk@21595 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index b25fdb5a1..e524131b6 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ 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] +gem 'redcarpet', '~> 3.5.1', groups: [:markdown, :common_mark] # Optional CommonMark support, not for JRuby group :common_mark do