From 8d10caf4d499ce32a59aea098603ed3071d0acdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:17:26 +0000 Subject: [PATCH] Bump nokogiri from 1.10.9 to 1.15.5 in /2.7-slim Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.15.5. - [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.9...v1.15.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- 2.7-slim/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/2.7-slim/Gemfile.lock b/2.7-slim/Gemfile.lock index 3a697ac..0841598 100644 --- a/2.7-slim/Gemfile.lock +++ b/2.7-slim/Gemfile.lock @@ -27,9 +27,10 @@ GEM addressable (~> 2.7) method_source (1.0.0) mini_mime (1.0.2) - mini_portile2 (2.4.0) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + mini_portile2 (2.8.5) + nokogiri (1.15.5) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) @@ -37,6 +38,7 @@ GEM byebug (~> 11.0) pry (~> 0.13.0) public_suffix (4.0.4) + racc (1.7.3) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3)