summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2021-08-11 21:46:59 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2021-08-11 21:46:59 +0000
commit2b316728641f8d342538f84c726583162357fd05 (patch)
tree30097b6eb39165ac6adee9fddbcf98172435c159 /Gemfile
parent3417191bc7817a10983fd474a75f9e46e0cbb921 (diff)
downloadredmine-2b316728641f8d342538f84c726583162357fd05.tar.gz
redmine-2b316728641f8d342538f84c726583162357fd05.zip
Pin html-pipeline to 2.13.2 (#32424).
git-svn-id: http://svn.redmine.org/redmine/trunk@21158 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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