From 9822137122ce5793b65deb023d391c5684fada29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 05:59:33 +0000 Subject: [PATCH] Bump nokogiri from 1.10.9 to 1.13.9 in /volume/blog-backend Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 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.9...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- volume/blog-backend/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/volume/blog-backend/Gemfile.lock b/volume/blog-backend/Gemfile.lock index 90a6282..9c2bd6d 100644 --- a/volume/blog-backend/Gemfile.lock +++ b/volume/blog-backend/Gemfile.lock @@ -110,12 +110,13 @@ 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) msgpack (1.3.3) nio4r (2.5.2) - nokogiri (1.10.9) - 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.4) ast (~> 2.4.0) @@ -131,6 +132,7 @@ GEM puma (3.12.4) pundit (2.1.0) activesupport (>= 3.0.0) + racc (1.6.0) rack (2.2.2) rack-cors (1.1.1) rack (>= 2.0.0)