From b3718bc158d0784332a240a58a8620d7540f1e17 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Mon, 5 Feb 2024 14:24:10 +0000 Subject: [PATCH] Update dependency rspec to '~> 3.13' --- qa/Gemfile | 2 +- qa/Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/qa/Gemfile b/qa/Gemfile index 86bb6d3de3306..2451f49be0aad 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -10,7 +10,7 @@ gem 'allure-rspec', '~> 2.23.0' gem 'capybara', '~> 3.39.2' gem 'capybara-screenshot', '~> 1.0.26' gem 'rake', '~> 13', '>= 13.1.0' -gem 'rspec', '~> 3.12' +gem 'rspec', '~> 3.13' gem 'selenium-webdriver', '= 4.17.0' gem 'airborne', '~> 0.3.7', require: false # airborne is messing with rspec sandboxed mode so not requiring by default gem 'rest-client', '~> 2.1.0' diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index a68d6b572d1ab..1f99fdb765ce9 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -264,18 +264,18 @@ GEM retriable (3.1.2) rexml (3.2.5) rotp (6.3.0) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.0) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.0) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.13.0) rspec-parameterized (1.0.0) rspec-parameterized-core (< 2) rspec-parameterized-table_syntax (< 2) @@ -289,7 +289,7 @@ GEM rspec-parameterized-core (< 2) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.12.0) + rspec-support (3.13.0) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) ruby-debug-ide (0.7.3) @@ -371,7 +371,7 @@ DEPENDENCIES rake (~> 13, >= 13.1.0) rest-client (~> 2.1.0) rotp (~> 6.3.0) - rspec (~> 3.12) + rspec (~> 3.13) rspec-parameterized (~> 1.0.0) rspec-retry (~> 0.6.2) rspec_junit_formatter (~> 0.6.0) -- GitLab