Skip to content
Snippets Groups Projects
Verified Commit e0279fad authored by Jay McCure's avatar Jay McCure
Browse files

Backport gitlab-qa shm fix

parent 496001ae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@
 
source 'https://rubygems.org'
 
gem 'gitlab-qa', '~> 10', '>= 10.4.1', require: 'gitlab/qa'
gem 'gitlab-qa', '~> 10', '>= 10.4.1', git: 'https://gitlab.com/gitlab-org/gitlab-qa.git', branch: '16-0-stable' # rubocop:disable Cop/GemFetcher -- need to used a patched version of gitlab-qa so E2E tests pass in backports
gem 'gitlab_quality-test_tooling', '~> 0.4.0', require: false
gem 'activesupport', '~> 6.1.7.2' # This should stay in sync with the root's Gemfile
gem 'allure-rspec', '~> 2.20.0'
Loading
Loading
GIT
remote: https://gitlab.com/gitlab-org/gitlab-qa.git
revision: 44ac8973051bcc4c4ecdd359c25ef1f76a512e9b
branch: 16-0-stable
specs:
gitlab-qa (10.4.1)
activesupport (~> 6.1)
gitlab (~> 4.18.0)
http (~> 5.0)
nokogiri (~> 1.10)
parallel (>= 1, < 2)
rainbow (>= 3, < 4)
table_print (= 1.5.7)
zeitwerk (>= 2, < 3)
GEM
remote: https://rubygems.org/
specs:
Loading
Loading
@@ -102,15 +117,6 @@ GEM
gitlab (4.18.0)
httparty (~> 0.18)
terminal-table (>= 1.5.1)
gitlab-qa (10.4.1)
activesupport (~> 6.1)
gitlab (~> 4.18.0)
http (~> 5.0)
nokogiri (~> 1.10)
parallel (>= 1, < 2)
rainbow (>= 3, < 4)
table_print (= 1.5.7)
zeitwerk (>= 2, < 3)
gitlab_quality-test_tooling (0.4.0)
activesupport (~> 6.1)
gitlab (~> 4.18.0)
Loading
Loading
@@ -327,7 +333,7 @@ DEPENDENCIES
faraday-retry (~> 2.1)
fog-core (= 2.1.0)
fog-google (~> 1.19)
gitlab-qa (~> 10, >= 10.4.1)
gitlab-qa (~> 10, >= 10.4.1)!
gitlab_quality-test_tooling (~> 0.4.0)
influxdb-client (~> 2.9)
knapsack (~> 4.0)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment