From 2b316728641f8d342538f84c726583162357fd05 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Wed, 11 Aug 2021 21:46:59 +0000 Subject: [PATCH] Pin html-pipeline to 2.13.2 (#32424). git-svn-id: http://svn.redmine.org/redmine/trunk@21158 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b004a6e97..2ee8161f6 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ end # Optional CommonMark support, not for JRuby group :common_mark do - gem "html-pipeline", "~> 2.12" + gem "html-pipeline", "~> 2.13.2" gem "commonmarker", (RUBY_VERSION < '2.6' ? '0.21.0' : '~> 0.22') gem "sanitize", "~> 5.1" end -- 2.39.5