summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2022-05-17 21:12:03 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2022-05-17 21:12:03 +0000
commitd2ed02daeff795f5bbe15d828f95e6d4b7928071 (patch)
tree2dcf633e7a5449adec1996b6b996c9f62fe1ca7b /Gemfile
parent75124f407664b0efebfa736564acb47c44068538 (diff)
downloadredmine-d2ed02daeff795f5bbe15d828f95e6d4b7928071.tar.gz
redmine-d2ed02daeff795f5bbe15d828f95e6d4b7928071.zip
Remove experimental flag from CommonMark text formatter (#36807).
git-svn-id: https://svn.redmine.org/redmine/trunk@21594 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e524131b6..b25fdb5a1 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, :common_mark]
+gem 'redcarpet', '~> 3.5.1', groups: [:markdown]
# Optional CommonMark support, not for JRuby
group :common_mark do