From b241abc07f85f6e28e9e52810d702db4b0336905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 07:09:22 +0000 Subject: [PATCH] Bump nokogiri from 1.5.6 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.6 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.5.6...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2fbffeb..0635f0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ PATH remote: . specs: active_admin-awesome_nested_set (0.0.4) - rails (~> 3.2.5) + rails (>= 3.2.5, < 5.0) GEM remote: https://rubygems.org/ @@ -143,10 +143,13 @@ GEM metaclass (0.0.1) method_source (0.8.1) mime-types (1.21) + mini_portile2 (2.8.0) mocha (0.10.5) metaclass (~> 0.0.1) multi_json (1.6.1) - nokogiri (1.5.6) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) orm_adapter (0.4.0) polyamorous (0.5.0) activerecord (~> 3.0) @@ -155,6 +158,7 @@ GEM coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) + racc (1.6.0) rack (1.4.5) rack-cache (1.2) rack (>= 0.4)