From dc5fe3824756a006b127ff86812ea419fd036ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 22:05:56 +0000 Subject: [PATCH] Bump nokogiri from 1.6.6.2 to 1.13.6 in /spec/dummy Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.6.2 to 1.13.6. - [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.6.6.2...v1.13.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- spec/dummy/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/spec/dummy/Gemfile.lock b/spec/dummy/Gemfile.lock index 4fe32805..511df23b 100644 --- a/spec/dummy/Gemfile.lock +++ b/spec/dummy/Gemfile.lock @@ -111,7 +111,7 @@ GEM treetop (~> 1.4.8) method_source (0.8.2) mime-types (1.25.1) - mini_portile (0.6.2) + mini_portile2 (2.8.0) mongoid (3.1.7) activemodel (~> 3.2) moped (~> 1.4) @@ -121,8 +121,9 @@ GEM multi_json (1.11.2) nenv (0.2.0) netrc (0.10.3) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) notiffany (0.0.6) nenv (~> 0.1) shellany (~> 0.0) @@ -132,6 +133,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + racc (1.6.0) rack (1.4.7) rack-cache (1.2) rack (>= 0.4)