From f1f4fda7322dd9f89c890cc001dc7b916e64b795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 01:16:52 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.13.4 in /scripts/specs Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.13.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.13.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/specs/Gemfile | 2 +- scripts/specs/Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/specs/Gemfile b/scripts/specs/Gemfile index 818bf87..f783386 100644 --- a/scripts/specs/Gemfile +++ b/scripts/specs/Gemfile @@ -7,4 +7,4 @@ gem "json" gem "webmock" # Below versions work on 1.8.7 -gem "nokogiri", "~> 1.10" +gem "nokogiri", "~> 1.13" diff --git a/scripts/specs/Gemfile.lock b/scripts/specs/Gemfile.lock index 783b9f5..eea1922 100644 --- a/scripts/specs/Gemfile.lock +++ b/scripts/specs/Gemfile.lock @@ -7,9 +7,11 @@ GEM diff-lcs (1.2.4) hashdiff (0.4.0) json (2.2.0) - mini_portile2 (2.4.0) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + mini_portile2 (2.8.0) + nokogiri (1.13.4) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.0) rspec (2.14.1) rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) @@ -29,7 +31,7 @@ PLATFORMS DEPENDENCIES json - nokogiri (~> 1.10) + nokogiri (~> 1.13) rspec webmock