From 62fa2f4cfc6a46730aa1d177262f3108d093b2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 05:33:00 +0000 Subject: [PATCH] Bump nokogiri from 1.11.1 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 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.11.1...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c679b41..dc72725 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,10 +63,10 @@ GEM mercenary (0.4.0) method_source (0.9.2) mini_mime (1.0.1) - mini_portile2 (2.5.0) + mini_portile2 (2.8.1) minitest (5.11.3) - nokogiri (1.11.1) - mini_portile2 (~> 2.5.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -74,7 +74,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.2) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3)