From 566429f73b11cb88de3ab17c2b99ba00e929d055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 00:03:58 +0000 Subject: [PATCH] Bump nokogiri from 1.7.0.1 to 1.13.6 in /qa Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.7.0.1 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.7.0.1...v1.13.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- qa/Gemfile.lock | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 4dd71aa5010..4d98c9e8e96 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -13,23 +13,21 @@ GEM capybara-screenshot (1.0.14) capybara (>= 1.0, < 3) launchy - capybara-webkit (1.12.0) - capybara (>= 2.3.0, < 2.13.0) - json childprocess (0.7.0) ffi (~> 1.0, >= 1.0.11) diff-lcs (1.3) ffi (1.9.18) - json (2.0.3) launchy (2.4.3) addressable (~> 2.3) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) - nokogiri (1.7.0.1) - mini_portile2 (~> 2.1.0) + mini_portile2 (2.8.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) public_suffix (2.0.5) + racc (1.6.0) rack (2.0.1) rack-test (0.6.3) rack (>= 1.0) @@ -62,7 +60,6 @@ PLATFORMS DEPENDENCIES capybara (~> 2.12.1) capybara-screenshot (~> 1.0.14) - capybara-webkit (~> 1.12.0) rake (~> 12.0.0) rspec (~> 3.5) selenium-webdriver (~> 2.53)