Skip to content

Commit

Permalink
Address security warning for nokogiri
Browse files Browse the repository at this point in the history
Bundler-audit report the following security advisory for nokogiri. This
PR updates nokogiri to the recommended version.

Name: nokogiri
Version: 1.8.4
Advisory: CVE-2018-14404
Criticality: Unknown
URL: sparklemotion/nokogiri#1785
Title: Nokogiri gem, via libxml2, is affected by multiple
vulnerabilities
Solution: upgrade to >= 1.8.5
  • Loading branch information
SViccari committed Oct 5, 2018
1 parent 56bcd01 commit ccdd9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -114,7 +114,7 @@ GEM
minitest (5.11.1)
multi_xml (0.6.0)
nio4r (2.2.0)
nokogiri (1.8.4)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
pg (0.21.0)
pry (0.11.3)
Expand Down Expand Up @@ -263,4 +263,4 @@ RUBY VERSION
ruby 2.5.1p57

BUNDLED WITH
1.16.2
1.16.6

0 comments on commit ccdd9bb

Please sign in to comment.