Skip to content

Commit 10bf904

Browse files
Revert unwanted change (#36807).
git-svn-id: https://svn.redmine.org/redmine/trunk@21595 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent d2ed02d commit 10bf904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141

4242
# Optional Markdown support, not for JRuby
4343
# ToDo: Remove common_mark group when common_mark is decoupled from markdown. See defect (#36892) for more details.
44-
gem 'redcarpet', '~> 3.5.1', groups: [:markdown]
44+
gem 'redcarpet', '~> 3.5.1', groups: [:markdown, :common_mark]
4545

4646
# Optional CommonMark support, not for JRuby
4747
group :common_mark do

0 commit comments

Comments
 (0)