From c5d508f416b1c66cef4328531f5e82a849d90bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 18:19:53 +0000 Subject: [PATCH] Bump nokogiri from 1.10.1 to 1.10.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.1 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.10.1...v1.10.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1c2aac07..e7cde138 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "nokogiri", "~> 1.8", ">= 1.8.5" +gem "nokogiri", "~> 1.10" diff --git a/Gemfile.lock b/Gemfile.lock index b0eaadc6..9392a9b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,11 +2,11 @@ GEM remote: https://rubygems.org/ specs: mini_portile2 (2.4.0) - nokogiri (1.10.1) + nokogiri (1.10.4) mini_portile2 (~> 2.4.0) PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.8, >= 1.8.5) + nokogiri (~> 1.10) -- 2.47.2