From 7037554877fc24f35a051171844c1840331fc218 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 31 Oct 2023 21:46:25 +0000
Subject: [PATCH] Bump octokit from 4.25.1 to 8.0.0

Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.25.1 to 8.0.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.25.1...v8.0.0)

---
updated-dependencies:
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>---
 Gemfile      |  2 +-
 Gemfile.lock | 10 +++++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/Gemfile b/Gemfile
index e53ec32..236322c 100644
--- a/Gemfile
+++ a/Gemfile
@@ -1,9 +1,9 @@
 # frozen_string_literal: true
 
 source 'https://rubygems.org'
 
 gem 'nokogiri', '~> 1.15'
-gem 'octokit', '~> 4.21'
+gem 'octokit', '~> 8.0'
 gem 'redis', '~> 5.0'
 gem 'sinatra', '~> 2.2.3'
 gem 'sinatra-contrib', '~> 2.2'
diff --git a/Gemfile.lock b/Gemfile.lock
index 41ca56e..5b3f0da 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -1,11 +1,13 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    addressable (2.8.4)
+    addressable (2.8.5)
       public_suffix (>= 2.0.2, < 6.0)
+    base64 (0.1.1)
     connection_pool (2.4.1)
     dotenv (2.8.1)
-    faraday (2.7.10)
+    faraday (2.7.11)
+      base64
       faraday-net_http (>= 2.0, < 3.1)
       ruby2_keywords (>= 0.0.4)
     faraday-net_http (3.0.2)
@@ -16,7 +18,7 @@
     nokogiri (1.15.3)
       mini_portile2 (~> 2.8.2)
       racc (~> 1.4)
-    octokit (4.25.1)
+    octokit (8.0.0)
       faraday (>= 1, < 3)
       sawyer (~> 0.9)
     public_suffix (5.0.3)
@@ -51,7 +53,7 @@
 DEPENDENCIES
   dotenv (~> 2.8)
   nokogiri (~> 1.15)
-  octokit (~> 4.21)
+  octokit (~> 8.0)
   redis (~> 5.0)
   sinatra (~> 2.2.3)
   sinatra-contrib (~> 2.2)
--
rgit 0.1.5