diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-08-11 21:47:29 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-08-11 21:47:29 +0000 |
commit | 18982a9de7479ea284f81021901da7ae15bcbeac (patch) | |
tree | 633cf5a1d1c070c3916adc1f01b1164ca1b997aa /Gemfile | |
parent | 2b316728641f8d342538f84c726583162357fd05 (diff) | |
download | redmine-18982a9de7479ea284f81021901da7ae15bcbeac.tar.gz redmine-18982a9de7479ea284f81021901da7ae15bcbeac.zip |
Pin sanitize to 5.2 (#32424).
git-svn-id: http://svn.redmine.org/redmine/trunk@21159 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ end group :common_mark do gem "html-pipeline", "~> 2.13.2" gem "commonmarker", (RUBY_VERSION < '2.6' ? '0.21.0' : '~> 0.22') - gem "sanitize", "~> 5.1" + gem "sanitize", "~> 5.2" end # Include database gems for the adapters found in the database |