From 4a61414a84c704b803dccc0d73f9e798a5506566 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 18 Dec 2020 00:43:52 +0000 Subject: [PATCH] Merged r20665 from trunk to 4.1-stable (#34461). git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20666 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3655066d7..317f70597 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ end # Optional Markdown support, not for JRuby group :markdown do - gem "redcarpet", "~> 3.5.0" + gem 'redcarpet', '~> 3.5.1' end # Include database gems for the adapters found in the database -- 2.39.5