diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-08-11 21:46:59 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-08-11 21:46:59 +0000 |
commit | 2b316728641f8d342538f84c726583162357fd05 (patch) | |
tree | 30097b6eb39165ac6adee9fddbcf98172435c159 /Gemfile | |
parent | 3417191bc7817a10983fd474a75f9e46e0cbb921 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |