From 5ae3c554ce410751e7639d5cb7f52b93bd1ca75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 04:29:48 +0000 Subject: [PATCH] Bump nokogiri from 1.8.5 to 1.13.2 in /scraper Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 to 1.13.2. - [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.8.5...v1.13.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scraper/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scraper/Gemfile.lock b/scraper/Gemfile.lock index fc6376b..5bf731a 100644 --- a/scraper/Gemfile.lock +++ b/scraper/Gemfile.lock @@ -4,14 +4,16 @@ GEM byebug (10.0.2) httparty (0.16.2) multi_xml (>= 0.5.2) - mini_portile2 (2.3.0) + mini_portile2 (2.8.0) multi_xml (0.6.0) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.13.2) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pdf-core (0.7.0) prawn (2.2.2) pdf-core (~> 0.7.0) ttfunk (~> 1.5) + racc (1.6.0) ttfunk (1.5.1) PLATFORMS