From 1b60f010e973bb2c16b3f2986cf25230a99e6783 Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Wed, 27 Sep 2017 11:13:55 +0200 Subject: [PATCH] bump nokogiri --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 31fbf90ba0d..a906970b470 100644 --- a/Gemfile +++ b/Gemfile @@ -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.0' +gem 'nokogiri', '~> 1.8.1' # 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 diff --git a/Gemfile.lock b/Gemfile.lock index 768f640af31..6bbfe6d34d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -350,7 +350,7 @@ GEM actionpack (>= 3.2.0, < 5.2) method_source (0.8.2) mime-types (2.99.3) - mini_portile2 (2.2.0) + mini_portile2 (2.3.0) minisyntax (0.2.5) minitest (5.10.2) mixlib-shellout (2.1.0) @@ -365,8 +365,8 @@ GEM netrc (0.11.0) newrelic_rpm (4.2.0.334) nio4r (2.1.0) - nokogiri (1.8.0) - mini_portile2 (~> 2.2.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) oj (3.3.2) okcomputer (1.16.0) openproject-token (1.0.1) @@ -667,7 +667,7 @@ DEPENDENCIES mysql2 (~> 0.4.4) net-ldap (~> 0.16.0) newrelic_rpm - nokogiri (~> 1.8.0) + nokogiri (~> 1.8.1) oj (~> 3.3.2) okcomputer (~> 1.16.0) omniauth!