From 40e305b0c67ac9b96c2edfc836b45af9fb4292cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 01:39:26 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.11.4 in /scripts/specs Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.11.4. - [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.4...v1.11.4) 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..af5be5e 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.11" diff --git a/scripts/specs/Gemfile.lock b/scripts/specs/Gemfile.lock index 783b9f5..95cf8e8 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.5.1) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + racc (1.5.2) 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.11) rspec webmock