From bc946b1f7730b6fc844227ed7c8cbca75ee521b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 23 Apr 2019 08:02:47 +0200 Subject: [PATCH] Bump nokogiri to 1.10.3 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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!