From c85038d83006479efc5efde7e5f8c2b35d1f3255 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sat, 28 May 2022 09:58:56 +0000 Subject: [PATCH] Update commonmarker gem to 0.23.4 for 5.0-stable (#37136). git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21616 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 013486062..cf7a8d78f 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ gem 'redcarpet', '~> 3.5.1', groups: [:markdown, :common_mark] # Optional CommonMark support, not for JRuby group :common_mark do gem "html-pipeline", "~> 2.13.2" - gem "commonmarker", (Gem.ruby_version < Gem::Version.new('2.6.0') ? '0.21.0' : '0.23.1') + gem "commonmarker", (Gem.ruby_version < Gem::Version.new('2.6.0') ? '0.21.0' : '0.23.4') gem "sanitize", "~> 6.0" gem 'deckar01-task_list', '2.3.2' end -- 2.39.5