From dc5e3c0bf27f99021a4c11cfe07be27c9c017094 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 23 Jul 2018 21:17:46 -0700 Subject: 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 41190e71409..47815f230d3 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3