From 0820c30ed4f0fc1b8e0b6e169f2b126ac11f51b0 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sun, 4 Jul 2021 11:57:19 +0300 Subject: [PATCH 04/12] Pin html-pipeline to 2.13.2 (#32424). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Marius BÄ‚LTEANU. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d37fcd48a..2f8da4d46 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,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", "~> 0.22" gem "sanitize", "~> 5.2" end -- 2.22.0