From e7780f50d3ea3d3843676ef8b15a3beb3182d7e2 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sat, 3 Jul 2021 17:49:53 +0300 Subject: [PATCH 02/12] Pin commonmarker to 0.22 (#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 56f881098..fa1965147 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 "commonmarker", "~> 0.20" + gem "commonmarker", "~> 0.22" gem "sanitize", "~> 5.1" end -- 2.22.0