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

Backport gitlab-qa shm fix

parent cb1a8e2a
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', '~> 12', '>= 12.4.1', require: 'gitlab/qa'
gem 'gitlab-qa', '~> 12', '>= 12.4.1', git: 'https://gitlab.com/gitlab-org/gitlab-qa.git', branch: '16-4-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.9.3', require: false
gem 'gitlab-utils', path: '../gems/gitlab-utils'
gem 'activesupport', '~> 7.0.5.1' # This should stay in sync with the root's Gemfile
Loading
Loading
GIT
remote: https://gitlab.com/gitlab-org/gitlab-qa.git
revision: 5ac7e2c6294f016aa0bfea2e724c5d004d35e4ef
branch: 16-4-stable
specs:
gitlab-qa (12.4.1)
activesupport (>= 6.1, < 7.1)
gitlab (~> 4.19)
http (~> 5.0)
nokogiri (~> 1.10)
parallel (>= 1, < 2)
rainbow (>= 3, < 4)
table_print (= 1.5.7)
zeitwerk (>= 2, < 3)
PATH
remote: ../gems/gitlab-utils
specs:
Loading
Loading
@@ -121,15 +136,6 @@ GEM
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
gitlab-qa (12.4.1)
activesupport (>= 6.1, < 7.1)
gitlab (~> 4.19)
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.9.3)
activesupport (>= 6.1, < 7.1)
gitlab (~> 4.19)
Loading
Loading
@@ -351,7 +357,7 @@ DEPENDENCIES
faraday-retry (~> 2.2)
fog-core (= 2.1.0)
fog-google (~> 1.19)
gitlab-qa (~> 12, >= 12.4.1)
gitlab-qa (~> 12, >= 12.4.1)!
gitlab-utils!
gitlab_quality-test_tooling (~> 0.9.3)
influxdb-client (~> 2.9)
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