diff --git a/Gemfile b/Gemfile index 5738b13060..7b78181fa1 100644 --- a/Gemfile +++ b/Gemfile @@ -172,7 +172,7 @@ gem 'sprockets', '~> 3.7.0' # also, better than thin since we can control worker concurrency. gem 'unicorn' -gem 'nokogiri', '~> 1.10.0' +gem 'nokogiri', '~> 1.10.3' gem 'carrierwave', '~> 1.3.1' gem 'fog-aws' diff --git a/Gemfile.lock b/Gemfile.lock index e403318e04..457309dc0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -566,7 +566,7 @@ GEM netrc (0.11.0) newrelic_rpm (6.0.0.351) nio4r (2.3.1) - nokogiri (1.10.1) + nokogiri (1.10.3) mini_portile2 (~> 2.4.0) nokogumbo (2.0.1) nokogiri (~> 1.8, >= 1.8.4) @@ -951,7 +951,7 @@ DEPENDENCIES mysql2 (~> 0.5.0) net-ldap (~> 0.16.0) newrelic_rpm - nokogiri (~> 1.10.0) + nokogiri (~> 1.10.3) oj (~> 3.7.0) okcomputer (~> 1.17.3) omniauth!