Bump nokogiri to 1.8.4 and sanitize to 4.6.6 for performance
sanitize 4.6.6 has this optimization that will benefit Markdown rendering: https://github.com/rgrove/sanitize/pull/183 nokogiri 1.4.4 has this memory leak fix: https://github.com/sparklemotion/nokogiri/pull/1771
Showing
... | ... | @@ -233,7 +233,7 @@ gem 'ruby-fogbugz', '~> 0.2.1' |
gem 'kubeclient', '~> 3.1.0' | ||
# Sanitize user input | ||
gem 'sanitize', '~> 4.6.5' | ||
gem 'sanitize', '~> 4.6' | ||
gem 'babosa', '~> 1.0.2' | ||
# Sanitizes SVG input | ||
... | ... |
Please register or sign in to comment