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
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-06 12:12:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-06 12:12:47 +0300
commit08608c8e9e9821858dd2f452a3c9ebfb945ab69f (patch)
treec3450c88bef3c68d70c4f814858913aafce5a59f /qa
parent50b6f6a78828c6a455887b1ba2bdc049b1b1eff2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/Gemfile4
-rw-r--r--qa/Gemfile.lock8
2 files changed, 6 insertions, 6 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index 47b6c7daf39..33f50c30139 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-gem 'gitlab-qa', '~> 12', '>= 12.5.1', require: 'gitlab/qa'
+gem 'gitlab-qa', '~> 13', require: 'gitlab/qa'
gem 'gitlab_quality-test_tooling', '~> 1.8.1', require: false
gem 'gitlab-utils', path: '../gems/gitlab-utils'
gem 'activesupport', '~> 7.0.8' # This should stay in sync with the root's Gemfile
@@ -26,7 +26,7 @@ gem 'rspec-parameterized', '~> 1.0.0'
gem 'octokit', '~> 8.0.0'
gem "faraday-retry", "~> 2.2"
gem 'zeitwerk', '~> 2.6', '>= 2.6.12'
-gem 'influxdb-client', '~> 2.9'
+gem 'influxdb-client', '~> 3.0'
gem 'terminal-table', '~> 3.0.2', require: false
gem 'slack-notifier', '~> 2.4', require: false
gem 'fog-google', '~> 1.19', require: false
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index f8083fcfd22..e79bfeff4ef 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -123,7 +123,7 @@ GEM
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
- gitlab-qa (12.5.1)
+ gitlab-qa (13.0.0)
activesupport (>= 6.1, < 7.1)
gitlab (~> 4.19)
http (~> 5.0)
@@ -189,7 +189,7 @@ GEM
httpclient (2.8.3)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
- influxdb-client (2.9.0)
+ influxdb-client (3.0.0)
jwt (2.5.0)
knapsack (4.0.0)
rake
@@ -363,10 +363,10 @@ DEPENDENCIES
faraday-retry (~> 2.2)
fog-core (= 2.1.0)
fog-google (~> 1.19)
- gitlab-qa (~> 12, >= 12.5.1)
+ gitlab-qa (~> 13)
gitlab-utils!
gitlab_quality-test_tooling (~> 1.8.1)
- influxdb-client (~> 2.9)
+ influxdb-client (~> 3.0)
knapsack (~> 4.0)
nokogiri (~> 1.15, >= 1.15.5)
octokit (~> 8.0.0)