Commit 769210ac authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'update-allure' into 'master'

Update allure to 2.14.1 in qa framework

See merge request gitlab-org/gitlab!63803
parents 113f1a47 c752a4c5
......@@ -4,7 +4,7 @@ source 'https://rubygems.org'
gem 'gitlab-qa'
gem 'activesupport', '~> 6.1.3.2' # This should stay in sync with the root's Gemfile
gem 'allure-rspec', '~> 2.13.10'
gem 'allure-rspec', '~> 2.14.1'
gem 'capybara', '~> 3.29.0'
gem 'capybara-screenshot', '~> 1.0.23'
gem 'rake', '~> 12.3.3'
......
......@@ -19,10 +19,10 @@ GEM
rack-test (>= 1.1.0, < 2.0)
rest-client (>= 2.0.2, < 3.0)
rspec (~> 3.8)
allure-rspec (2.13.10)
allure-ruby-commons (= 2.13.10)
allure-rspec (2.14.1)
allure-ruby-commons (= 2.14.1)
rspec-core (>= 3.8, < 4)
allure-ruby-commons (2.13.10)
allure-ruby-commons (2.14.1)
mime-types (>= 3.3, < 4)
oj (>= 3.10, < 4)
require_all (>= 2, < 4)
......@@ -197,7 +197,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 6.1.3.2)
airborne (~> 0.3.4)
allure-rspec (~> 2.13.10)
allure-rspec (~> 2.14.1)
capybara (~> 3.29.0)
capybara-screenshot (~> 1.0.23)
chemlab (~> 0.5)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment