From f191f61a834c0cbc7ef5639001b98ff2f3f6d902 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Tue, 11 Apr 2023 17:28:29 +0000 Subject: [PATCH] Update dependency nokogiri to '~> 1.14', '>= 1.14.3' --- qa/Gemfile | 2 +- qa/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qa/Gemfile b/qa/Gemfile index eba5fbc63d26be..1f63be4234b82c 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -38,7 +38,7 @@ gem 'chemlab', '~> 0.10' gem 'chemlab-library-www-gitlab-com', '~> 0.1', '>= 0.1.1' # dependencies for jenkins client -gem 'nokogiri', '~> 1.14', '>= 1.14.2' +gem 'nokogiri', '~> 1.14', '>= 1.14.3' gem 'deprecation_toolkit', '~> 2.0.3', require: false diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 9df37db90c69a7..3d4ab76ef8cc57 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -181,7 +181,7 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) netrc (0.11.0) - nokogiri (1.14.2) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (6.1.1) @@ -321,7 +321,7 @@ DEPENDENCIES gitlab-qa (~> 9, >= 9.1.2) influxdb-client (~> 2.9) knapsack (~> 4.0) - nokogiri (~> 1.14, >= 1.14.2) + nokogiri (~> 1.14, >= 1.14.3) octokit (~> 6.1.1) parallel (~> 1.22, >= 1.22.1) parallel_tests (~> 4.2) @@ -343,4 +343,4 @@ DEPENDENCIES zeitwerk (~> 2.6, >= 2.6.7) BUNDLED WITH - 2.4.10 + 2.4.11 -- GitLab