From c1b2543843d62102213dc9c03cd2a1dc14dad02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 00:13:19 +0000 Subject: [PATCH] Bump nokogiri from 1.8.5 to 1.10.8 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.5...v1.10.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d8d8d0d..7b5aaf2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '5.2.3' gem 'rake', '~> 12.3.2' gem 'rails_12factor', group: :production -gem 'nokogiri', '~> 1.8.1' +gem 'nokogiri', '~> 1.10.8' gem 'parallel' # Bundle edge Rails instead: diff --git a/Gemfile.lock b/Gemfile.lock index 08e51f7..e2c81d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,13 +73,13 @@ GEM mime-types-data (3.2019.0331) mimemagic (0.3.3) mini_mime (1.0.1) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.3) multi_json (1.13.1) multi_xml (0.6.0) nio4r (2.3.1) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.8) + mini_portile2 (~> 2.4.0) parallel (1.17.0) pg (1.1.4) pry (0.12.2) @@ -143,7 +143,7 @@ DEPENDENCIES httparty httpclient jsonpath - nokogiri (~> 1.8.1) + nokogiri (~> 1.10.8) parallel pg (~> 1.1.4) pry