From d2514592f84c59cf26af37203c2b6ac4fa965a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 23:31:42 +0000 Subject: [PATCH] Bump nokogiri from 1.8.2 to 1.10.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.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.8.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 05b768e..07b5712 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'nokogiri', '~> 1.8.1' +gem 'nokogiri', '~> 1.10.4' gem 'rspec', '3.7.0', :group => :development \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 3f5b8d5..7f08638 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,9 +2,9 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.3) - mini_portile2 (2.3.0) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + mini_portile2 (2.4.0) + nokogiri (1.10.4) + mini_portile2 (~> 2.4.0) rspec (3.7.0) rspec-core (~> 3.7.0) rspec-expectations (~> 3.7.0) @@ -23,7 +23,7 @@ PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.8.1) + nokogiri (~> 1.10.4) rspec (= 3.7.0) BUNDLED WITH