Replace whitelist wording in Banzai module
We prefer a neutral tone when specifying a list of allowed elements (aka. allowlist). We need to bump our version of `html-pipeline` gem to `2.13.2` to bring in some changes in the method that we override. Related upstream change https://github.com/jch/html-pipeline/pull/339
Showing
... | ... | @@ -145,7 +145,7 @@ gem 'aws-sdk-s3', '~> 1' |
gem 'faraday_middleware-aws-sigv4', '~>0.3.0' | ||
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 2.12' | ||
gem 'html-pipeline', '~> 2.13.2' | ||
gem 'deckar01-task_list', '2.3.1' | ||
gem 'gitlab-markup', '~> 1.7.1' | ||
gem 'github-markup', '~> 1.7.0', require: 'github/markup' | ||
... | ... |
Please register or sign in to comment