Merge pull request #6741 from opf/dependabot/bundler/nokogiri-1.8.5

[Security] Bump nokogiri from 1.8.4 to 1.8.5
pull/6744/head
ulferts 6 years ago committed by GitHub
commit 48f73b1e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -161,7 +161,7 @@ gem 'sprockets', '~> 3.7.0'
# also, better than thin since we can control worker concurrency. # also, better than thin since we can control worker concurrency.
gem 'unicorn' gem 'unicorn'
gem 'nokogiri', '~> 1.8.4' gem 'nokogiri', '~> 1.8.5'
# carrierwave 0.11.3 should allow to use fog-aws without the rest of the # 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 # fog dependency chain. We only need aws here, so we can avoid it

@ -361,7 +361,7 @@ GEM
netrc (0.11.0) netrc (0.11.0)
newrelic_rpm (4.5.0.337) newrelic_rpm (4.5.0.337)
nio4r (2.3.0) nio4r (2.3.0)
nokogiri (1.8.4) nokogiri (1.8.5)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
nokogumbo (1.5.0) nokogumbo (1.5.0)
nokogiri nokogiri
@ -670,7 +670,7 @@ DEPENDENCIES
mysql2 (~> 0.5.0) mysql2 (~> 0.5.0)
net-ldap (~> 0.16.0) net-ldap (~> 0.16.0)
newrelic_rpm newrelic_rpm
nokogiri (~> 1.8.4) nokogiri (~> 1.8.5)
oj (~> 3.5.0) oj (~> 3.5.0)
okcomputer (~> 1.16.0) okcomputer (~> 1.16.0)
omniauth! omniauth!

Loading…
Cancel
Save