diff options
Diffstat (limited to 'qa')
-rw-r--r-- | qa/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Gemfile b/qa/Gemfile index 81c1244e0ef..0bcf350335d 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'gitlab-qa', git: 'https://gitlab.com/gitlab-org/gitlab-qa.git', branch: 'add-parallel-option' +gem 'gitlab-qa', git: 'https://gitlab.com/gitlab-org/gitlab-qa.git', branch: 'add-parallel-option' # rubocop: disable Cop/GemFetcher gem 'pry-byebug', '~> 3.5.1', platform: :mri gem 'capybara', '~> 2.16.1' gem 'capybara-screenshot', '~> 1.0.18' |