summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-07 09:09:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-07 09:09:12 +0000
commit6c448c743f157c882ace5291aba21208fa6b011b (patch)
tree36393b6d272d88680034a1b2a0ce26dd12ed0ce2 /qa
parentacf30e4796cf43b1634538a03a72edace9b6ce7b (diff)
downloadgitlab-ce-6c448c743f157c882ace5291aba21208fa6b011b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/Gemfile2
-rw-r--r--qa/Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index 9686d0e262d..eba5fbc63d2 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -21,7 +21,7 @@ gem 'rotp', '~> 6.2.2'
gem 'parallel', '~> 1.22', '>= 1.22.1'
gem 'rainbow', '~> 3.1.1'
gem 'rspec-parameterized', '~> 1.0.0'
-gem 'octokit', '~> 6.1.0'
+gem 'octokit', '~> 6.1.1'
gem "faraday-retry", "~> 2.1"
gem 'webdrivers', '~> 5.2'
gem 'zeitwerk', '~> 2.6', '>= 2.6.7'
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index 5124b1c8100..9df37db90c6 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -184,7 +184,7 @@ GEM
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
- octokit (6.1.0)
+ octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
oj (3.13.23)
@@ -322,7 +322,7 @@ DEPENDENCIES
influxdb-client (~> 2.9)
knapsack (~> 4.0)
nokogiri (~> 1.14, >= 1.14.2)
- octokit (~> 6.1.0)
+ octokit (~> 6.1.1)
parallel (~> 1.22, >= 1.22.1)
parallel_tests (~> 4.2)
pry-byebug (~> 3.10.1)
@@ -343,4 +343,4 @@ DEPENDENCIES
zeitwerk (~> 2.6, >= 2.6.7)
BUNDLED WITH
- 2.4.9
+ 2.4.10