From be3fdd8d27501cd9e51ad86fe92409863f946c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 01:47:31 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.10.8 in /scraper Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 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.10.4...v1.10.8) Signed-off-by: dependabot[bot] --- scraper/Gemfile | 2 +- scraper/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scraper/Gemfile b/scraper/Gemfile index ed15a81..7d5875b 100644 --- a/scraper/Gemfile +++ b/scraper/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'curb', '~> 0.9.10' -gem 'nokogiri', '~> 1.10', '>= 1.10.4' +gem 'nokogiri', '~> 1.10' group :development do gem 'pry', '~> 0.12.2' diff --git a/scraper/Gemfile.lock b/scraper/Gemfile.lock index 50eeae5..06bb8d2 100644 --- a/scraper/Gemfile.lock +++ b/scraper/Gemfile.lock @@ -5,7 +5,7 @@ GEM curb (0.9.10) method_source (0.9.2) mini_portile2 (2.4.0) - nokogiri (1.10.4) + nokogiri (1.10.8) mini_portile2 (~> 2.4.0) pry (0.12.2) coderay (~> 1.1.0) @@ -16,7 +16,7 @@ PLATFORMS DEPENDENCIES curb (~> 0.9.10) - nokogiri (~> 1.10, >= 1.10.4) + nokogiri (~> 1.10) pry (~> 0.12.2) BUNDLED WITH