From 8aeea371edc7bb5950a55054f66bc41b50d510de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 20:30:19 +0000 Subject: [PATCH] Bump nokogiri from 1.6.6.2 to 1.10.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.2 to 1.10.4. - [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.6.6.2...v1.10.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0f671ea..f4aad3b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'htmlentities' gem 'minitest' -gem 'nokogiri', '1.6.6.2' +gem 'nokogiri', '1.10.4' diff --git a/Gemfile.lock b/Gemfile.lock index 2ad99d6..05e0835 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,10 +2,10 @@ GEM remote: https://rubygems.org/ specs: htmlentities (4.3.4) - mini_portile2 (2.0.0) + mini_portile2 (2.4.0) minitest (4.7.5) - nokogiri (1.6.6.2) - mini_portile2 (~> 2.0.0.rc2) + nokogiri (1.10.4) + mini_portile2 (~> 2.4.0) PLATFORMS ruby @@ -13,7 +13,7 @@ PLATFORMS DEPENDENCIES htmlentities minitest - nokogiri (= 1.6.6.2) + nokogiri (= 1.10.4) BUNDLED WITH 1.11.2