From 5d707b902c70f2f3bff7b086826c9d5973bb905a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 05:54:57 +0000 Subject: [PATCH] Bump nokogiri from 1.10.5 to 1.13.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.13.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.10.5...v1.13.3) --- 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 c07f3f9..021c9d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,10 +70,11 @@ GEM mini_mime (>= 0.1.1) method_source (0.8.2) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.13.0) - nokogiri (1.10.5) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.9.12.6) coderay (~> 1.0) method_source (~> 0.8) @@ -83,6 +84,7 @@ GEM pry (~> 0.9.10) pry-rails (0.3.2) pry (>= 0.9.10) + racc (1.6.0) rack (1.6.12) rack-test (0.6.3) rack (>= 1.0)