diff --git a/qa/Gemfile b/qa/Gemfile index 946b9462b0a29..d2ef1d0d19f00 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -3,16 +3,16 @@ source 'https://rubygems.org' gem 'gitlab-qa', '~> 15', '>= 15.7.1', require: 'gitlab/qa' -gem 'gitlab_quality-test_tooling', '~> 3.9.0', require: false +gem 'gitlab_quality-test_tooling', '~> 3.10.0', require: false gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'gitlab-rspec', path: '../gems/gitlab-rspec', require: false -gem 'activesupport', '~> 7.2.3' # This should stay in sync with the root's Gemfile +gem 'activesupport', '~> 7.2.3', '>= 7.2.3.1' # This should stay in sync with the root's Gemfile gem 'allure-rspec', '~> 2.28.0' gem 'capybara', '~> 3.40.0' gem 'capybara-screenshot', '~> 1.0.27' gem 'deprecation_toolkit', '~> 2.3.0', require: false -gem 'factory_bot', '~> 6.5.1' +gem 'factory_bot', '~> 6.5.2' gem 'rake', '~> 13', '>= 13.3.1' gem 'rspec', '~> 3.13', '>= 3.13.2' gem 'selenium-webdriver', '= 4.36.0'