Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions qa/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

gem 'gitlab-qa', '~> 15', '>= 15.5.0', require: 'gitlab/qa'
gem 'gitlab_quality-test_tooling', '~> 2.15.3', require: false
gem 'gitlab_quality-test_tooling', '~> 2.16.0', require: false
gem 'gitlab-utils', path: '../gems/gitlab-utils'
gem 'activesupport', '~> 7.1.5.1' # This should stay in sync with the root's Gemfile
gem 'allure-rspec', '~> 2.27.0'
Expand Down Expand Up @@ -31,7 +31,7 @@ gem 'fog-google', '~> 1.25', require: false
gem "warning", "~> 1.5"

# dependencies for jenkins client
gem 'nokogiri', '~> 1.18', '>= 1.18.8'
gem 'nokogiri', '~> 1.18', '>= 1.18.9'

gem 'deprecation_toolkit', '~> 2.2.3', require: false

Expand Down