From fe71f102218d42c6218c0536c2b4cb490dd05bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:48:25 +0000 Subject: [PATCH] Bump nokogiri from 1.12.4 to 1.14.3 in /scraper Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.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.12.4...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scraper/Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scraper/Gemfile.lock b/scraper/Gemfile.lock index 3a9a5ff..17f5e72 100644 --- a/scraper/Gemfile.lock +++ b/scraper/Gemfile.lock @@ -25,18 +25,18 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0901) - mini_portile2 (2.6.1) + mini_portile2 (2.8.1) net-http-digest_auth (1.4.1) net-http-persistent (4.0.1) connection_pool (~> 2.2) - nokogiri (1.12.4) - mini_portile2 (~> 2.6.1) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) racc (~> 1.4) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.2) rubyntlm (0.6.3) table_parser (0.7.2) unf (0.1.4)