Skip to content

Commit

Permalink
Bump nokogiri to 1.8.4 and sanitize to 4.6.6
Browse files Browse the repository at this point in the history
sanitize 4.6.6 has this optimization that will benefit Markdown rendering: rgrove/sanitize#183

nokogiri 1.4.4 has this memory leak fix: sparklemotion/nokogiri#1771

This mirrors changes for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20795.
  • Loading branch information
stanhu committed Jul 24, 2018
1 parent 9d7920f commit d68bb68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelogs/unreleased/sh-bump-sanitize-and-nokogiri.yml
@@ -0,0 +1,5 @@
---
title: Bump nokogiri to 1.8.4 and sanitize to 4.6.6
merge_request: 831
author:
type: performance
4 changes: 2 additions & 2 deletions ruby/Gemfile.lock
Expand Up @@ -82,7 +82,7 @@ GEM
minitest (5.9.1)
multi_json (1.13.1)
multipart-post (2.0.0)
nokogiri (1.8.3)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
nokogumbo (1.5.0)
nokogiri
Expand Down Expand Up @@ -124,7 +124,7 @@ GEM
rubocop (>= 0.50.0)
ruby-progressbar (1.8.3)
rugged (0.27.2)
sanitize (4.6.5)
sanitize (4.6.6)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4)
Expand Down

0 comments on commit d68bb68

Please sign in to comment.