From 3581ab4050b918b7980eb52fd250fde46a981aa0 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sat, 3 Jul 2021 17:50:31 +0300 Subject: [PATCH 03/12] Pin sanitize to 5.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 fa1965147..d37fcd48a 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ end group :common_mark do gem "html-pipeline", "~> 2.12" gem "commonmarker", "~> 0.22" - gem "sanitize", "~> 5.1" + gem "sanitize", "~> 5.2" end # Include database gems for the adapters found in the database -- 2.22.0