From: Marius Balteanu Date: Wed, 11 Aug 2021 21:46:59 +0000 (+0000) Subject: Pin html-pipeline to 2.13.2 (#32424). X-Git-Tag: 5.0.0~287 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b316728641f8d342538f84c726583162357fd05;p=redmine.git Pin html-pipeline to 2.13.2 (#32424). git-svn-id: http://svn.redmine.org/redmine/trunk@21158 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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