From ca28499d92148b51d89496b2c0cac471fd7e236b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 16:04:50 +0000 Subject: [PATCH] Bump nokogiri from 1.11.4 to 1.13.9 in /e2e Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 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.11.4...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- e2e/Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/Gemfile.lock b/e2e/Gemfile.lock index d2fc4cfb..10d4f4d8 100644 --- a/e2e/Gemfile.lock +++ b/e2e/Gemfile.lock @@ -18,9 +18,9 @@ GEM diff-lcs (1.4.4) method_source (1.0.0) mini_mime (1.1.0) - mini_portile2 (2.5.1) - nokogiri (1.11.4) - mini_portile2 (~> 2.5.0) + mini_portile2 (2.8.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) racc (~> 1.4) pry (0.14.1) coderay (~> 1.1) @@ -29,7 +29,7 @@ GEM byebug (~> 11.0) pry (~> 0.10) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3)