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/Gemfile16
1 files changed, 8 insertions, 8 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index 53dc071b766..9e41b5ddeed 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -2,21 +2,21 @@
source 'https://rubygems.org'
-gem 'gitlab-qa', '~> 8', '>= 8.15.1', require: 'gitlab/qa'
-gem 'activesupport', '~> 6.1.4.7' # This should stay in sync with the root's Gemfile
+gem 'gitlab-qa', '~> 9', require: 'gitlab/qa'
+gem 'activesupport', '~> 6.1.7.2' # This should stay in sync with the root's Gemfile
gem 'allure-rspec', '~> 2.20.0'
gem 'capybara', '~> 3.38.0'
gem 'capybara-screenshot', '~> 1.0.26'
gem 'rake', '~> 13', '>= 13.0.6'
gem 'rspec', '~> 3.12'
-gem 'selenium-webdriver', '~> 4.7', '>= 4.7.1'
+gem 'selenium-webdriver', '~> 4.8'
gem 'airborne', '~> 0.3.7', require: false # airborne is messing with rspec sandboxed mode so not requiring by default
gem 'rest-client', '~> 2.1.0'
gem 'rspec-retry', '~> 0.6.2', require: 'rspec/retry'
gem 'rspec_junit_formatter', '~> 0.6.0'
-gem 'faker', '~> 3.1'
+gem 'faker', '~> 3.1', '>= 3.1.1'
gem 'knapsack', '~> 4.0'
-gem 'parallel_tests', '~> 4.1'
+gem 'parallel_tests', '~> 4.2'
gem 'rotp', '~> 6.2.2'
gem 'parallel', '~> 1.22', '>= 1.22.1'
gem 'rainbow', '~> 3.1.1'
@@ -24,7 +24,7 @@ gem 'rspec-parameterized', '~> 1.0.0'
gem 'octokit', '~> 6.0.1'
gem "faraday-retry", "~> 2.0"
gem 'webdrivers', '~> 5.2'
-gem 'zeitwerk', '~> 2.6', '>= 2.6.6'
+gem 'zeitwerk', '~> 2.6', '>= 2.6.7'
gem 'influxdb-client', '~> 2.9'
gem 'terminal-table', '~> 3.0.2', require: false
gem 'slack-notifier', '~> 2.4', require: false
@@ -38,9 +38,9 @@ gem 'chemlab', '~> 0.10'
gem 'chemlab-library-www-gitlab-com', '~> 0.1', '>= 0.1.1'
# dependencies for jenkins client
-gem 'nokogiri', '~> 1.14'
+gem 'nokogiri', '~> 1.14', '>= 1.14.2'
-gem 'deprecation_toolkit', '~> 2.0.1', require: false
+gem 'deprecation_toolkit', '~> 2.0.3', require: false
group :development do
gem 'pry-byebug', '~> 3.10.1', platform: :mri