bump nokogiri (#6170)

Fixes CVE-2017-15412

[ci skip]
This commit is contained in:
ulferts
2018-02-12 07:28:24 +01:00
committed by Oliver Günther
parent bae7ccfad1
commit 0aba8130d0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ gem 'cocaine', '~> 0.5.8'
# also, better than thin since we can control worker concurrency.
gem 'unicorn'
gem 'nokogiri', '~> 1.8.1'
gem 'nokogiri', '~> 1.8.2'
# carrierwave 0.11.3 should allow to use fog-aws without the rest of the
# fog dependency chain. We only need aws here, so we can avoid it
+2 -2
View File
@@ -367,7 +367,7 @@ GEM
netrc (0.11.0)
newrelic_rpm (4.5.0.337)
nio4r (2.1.0)
nokogiri (1.8.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
oj (3.3.8)
okcomputer (1.16.0)
@@ -661,7 +661,7 @@ DEPENDENCIES
mysql2 (~> 0.4.4)
net-ldap (~> 0.16.0)
newrelic_rpm
nokogiri (~> 1.8.1)
nokogiri (~> 1.8.2)
oj (~> 3.3.2)
okcomputer (~> 1.16.0)
omniauth!