Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/Gemfile')
-rw-r--r--qa/Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index b504d6d4e90..d8d00400563 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-gem 'gitlab-qa', require: 'gitlab/qa'
+gem 'gitlab-qa', '~> 7', require: 'gitlab/qa'
gem 'activesupport', '~> 6.1.4.7' # This should stay in sync with the root's Gemfile
gem 'allure-rspec', '~> 2.16.0'
gem 'capybara', '~> 3.35.0'
@@ -35,8 +35,6 @@ gem 'confiner', '~> 0.3'
gem 'chemlab', '~> 0.9'
gem 'chemlab-library-www-gitlab-com', '~> 0.1'
-gem "pact", "~> 1.12"
-
gem 'deprecation_toolkit', '~> 1.5.1', require: false
group :development do