From 9fc341c6a4b8d9d21164636a3a98f21d492294a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 05:46:43 +0000 Subject: [PATCH] Bump nokogiri from 1.10.8 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 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.8...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 93296b1..176a14b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,13 +108,14 @@ GEM method_source (0.9.2) mimemagic (0.3.4) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.14.0) minitest-stub_any_instance (1.0.2) msgpack (1.3.3) nio4r (2.5.2) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) parallel (1.19.1) parser (2.7.0.2) ast (~> 2.4.0) @@ -122,6 +123,7 @@ GEM public_suffix (4.0.3) puma (4.3.1) nio4r (~> 2.0) + racc (1.6.0) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3)