From 8a9acca573fdb27a1d593023f5f13d40ac689e10 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Thu, 27 Oct 2022 02:24:12 +0000 Subject: [PATCH] chore(deps): update dependency octokit to v6 --- qa/Gemfile | 2 +- qa/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/Gemfile b/qa/Gemfile index 61904642387f77..a69900785558a9 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -22,7 +22,7 @@ gem 'timecop', '~> 0.9.5' gem 'parallel', '~> 1.22', '>= 1.22.1' gem 'rainbow', '~> 3.1.1' gem 'rspec-parameterized', '~> 0.5.2' -gem 'octokit', '~> 5.6.1' +gem 'octokit', '~> 6.0.0' gem "faraday-retry", "~> 2.0" gem 'webdrivers', '~> 5.2' gem 'zeitwerk', '~> 2.4' diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index f641e6e112b7a0..104e81fbda5a79 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -182,7 +182,7 @@ GEM nokogiri (1.13.9) mini_portile2 (~> 2.8.0) racc (~> 1.4) - octokit (5.6.1) + octokit (6.0.0) faraday (>= 1, < 3) sawyer (~> 0.9) oj (3.13.21) @@ -318,7 +318,7 @@ DEPENDENCIES influxdb-client (~> 2.7) knapsack (~> 4.0) nokogiri (~> 1.13, >= 1.13.9) - octokit (~> 5.6.1) + octokit (~> 6.0.0) parallel (~> 1.22, >= 1.22.1) parallel_tests (~> 3.13) pry-byebug (~> 3.10.1) -- GitLab