Skip to content

Commit

Permalink
Update nokogiri for patches to dependencies
Browse files Browse the repository at this point in the history
* Security issue from ruby advisory:
sparklemotion/nokogiri#1473
Denial of service or RCE from libxml2 and libxslt
Solution: upgrade to >= 1.6.8
  • Loading branch information
AdrianCann committed Jun 13, 2016
1 parent b6787e0 commit 1846300
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GEM
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.99.1)
mini_portile2 (2.0.0)
mini_portile2 (2.1.0)
minitest (5.8.4)
multi_json (1.11.2)
multipart-post (2.0.0)
Expand All @@ -180,11 +180,13 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
newrelic_rpm (3.12.1.298)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
normalize-rails (3.0.3)
oj (2.14.3)
pg (0.18.2)
pkg-config (1.1.7)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down

0 comments on commit 1846300

Please sign in to comment.