From f7a5295199cdf3a0287f4e96b7880dc4c2db0bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:23:14 +0000 Subject: [PATCH] Bump nokogiri from 1.10.8 to 1.14.0 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.14.0. - [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.14.0) --- 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 6bdd469..b51c382 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,13 +31,14 @@ GEM rdoc json (1.8.1) jwt (2.2.1) - mini_portile2 (2.4.0) + mini_portile2 (2.8.1) multi_json (1.14.1) multi_xml (0.6.0) multipart-post (2.1.1) mysql (2.9.1) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.14.0) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) oauth2 (1.4.4) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) @@ -45,6 +46,7 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 3) public_suffix (4.0.3) + racc (1.6.2) rack (2.2.3.1) rake (12.3.3) rchardet (1.8.0)