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/Gemfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index a06914ca7de..e9616f29731 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -2,9 +2,10 @@
source 'https://rubygems.org'
-gem 'gitlab-qa', '~> 11', '>= 11.2.0', require: 'gitlab/qa'
-gem 'gitlab_quality-test_tooling', '~> 0.8.1', require: false
-gem 'activesupport', '~> 6.1.7.2' # This should stay in sync with the root's Gemfile
+gem 'gitlab-qa', '~> 12', '>= 12.1.0', require: 'gitlab/qa'
+gem 'gitlab_quality-test_tooling', '~> 0.8.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
gem 'allure-rspec', '~> 2.20.0'
gem 'capybara', '~> 3.39.2'
gem 'capybara-screenshot', '~> 1.0.26'
@@ -39,7 +40,7 @@ gem 'chemlab', '~> 0.10'
gem 'chemlab-library-www-gitlab-com', '~> 0.1', '>= 0.1.1'
# dependencies for jenkins client
-gem 'nokogiri', '~> 1.15', '>= 1.15.2'
+gem 'nokogiri', '~> 1.15', '>= 1.15.3'
gem 'deprecation_toolkit', '~> 2.0.3', require: false