From 7b82537afed7f29f1c0c86f43bd3516af4b142b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:14:30 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.14.3 in /scraper Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.14.3. - [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.14.3) --- 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..c7db51d 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.14' group :development do gem 'pry', '~> 0.12.2' diff --git a/scraper/Gemfile.lock b/scraper/Gemfile.lock index 50eeae5..6bfa7d6 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.1) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) + racc (1.6.2) PLATFORMS ruby DEPENDENCIES curb (~> 0.9.10) - nokogiri (~> 1.10, >= 1.10.4) + nokogiri (~> 1.14) pry (~> 0.12.2) BUNDLED WITH