From d3d75fde1af46f66c2c863650a9e46ab7f6ea66b Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Sun, 18 Feb 2024 19:23:59 +0000 Subject: [PATCH] Update dependency allure-rspec to '~> 2.24.0' --- qa/Gemfile | 2 +- qa/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qa/Gemfile b/qa/Gemfile index a03432f24d739..9f56c9d521c9e 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -6,7 +6,7 @@ gem 'gitlab-qa', '~> 14', '>= 14.1.0', require: 'gitlab/qa' gem 'gitlab_quality-test_tooling', '~> 1.11.0', require: false gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'activesupport', '~> 7.0.8' # This should stay in sync with the root's Gemfile -gem 'allure-rspec', '~> 2.23.0' +gem 'allure-rspec', '~> 2.24.0' gem 'capybara', '~> 3.39.2' gem 'capybara-screenshot', '~> 1.0.26' gem 'rake', '~> 13', '>= 13.1.0' diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 145b46d20c943..78625726cddfd 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -29,10 +29,10 @@ GEM rack-test (>= 1.1.0, < 2.0) rest-client (>= 2.0.2, < 3.0) rspec (~> 3.8) - allure-rspec (2.23.0) - allure-ruby-commons (= 2.23.0) + allure-rspec (2.24.0) + allure-ruby-commons (= 2.24.0) rspec-core (>= 3.8, < 4) - allure-ruby-commons (2.23.0) + allure-ruby-commons (2.24.0) mime-types (>= 3.3, < 4) require_all (>= 2, < 4) rspec-expectations (~> 3.12) @@ -346,7 +346,7 @@ PLATFORMS DEPENDENCIES activesupport (~> 7.0.8) airborne (~> 0.3.7) - allure-rspec (~> 2.23.0) + allure-rspec (~> 2.24.0) capybara (~> 3.39.2) capybara-screenshot (~> 1.0.26) chemlab (~> 0.11, >= 0.11.1) -- GitLab