From c69f0301e07982b6557ff9bccc7c49b8c9f1a266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 01:54:15 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.13.9 in /scraper Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.13.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scraper/Gemfile | 2 +- scraper/Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/scraper/Gemfile b/scraper/Gemfile index ed15a81..0956984 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.13' group :development do gem 'pry', '~> 0.12.2' diff --git a/scraper/Gemfile.lock b/scraper/Gemfile.lock index 50eeae5..16af4b7 100644 --- a/scraper/Gemfile.lock +++ b/scraper/Gemfile.lock @@ -4,19 +4,21 @@ GEM coderay (1.1.2) curb (0.9.10) method_source (0.9.2) - mini_portile2 (2.4.0) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + mini_portile2 (2.8.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) + racc (1.6.0) PLATFORMS ruby DEPENDENCIES curb (~> 0.9.10) - nokogiri (~> 1.10, >= 1.10.4) + nokogiri (~> 1.13) pry (~> 0.12.2) BUNDLED WITH