From 285c16d0919f39a38d72d7e2ecef6bc4737eca15 Mon Sep 17 00:00:00 2001
From: Nemo <me@captnemo.in>
Date: Mon, 31 Jul 2023 15:06:34 +0530
Subject: [PATCH] [dep] Dependency updates

---
 Gemfile                |  6 +++---
 Gemfile.lock           | 64 ++++++++++++++++++++++++++++++++++++++--------------------------
 .github/dependabot.yml |  6 ------
 3 files changed, 36 insertions(+), 40 deletions(-)

diff --git a/Gemfile b/Gemfile
index 01a9fa4..e53ec32 100644
--- a/Gemfile
+++ a/Gemfile
@@ -1,10 +1,10 @@
 # frozen_string_literal: true
 
 source 'https://rubygems.org'
 
-gem 'nokogiri', '~> 1.13'
+gem 'nokogiri', '~> 1.15'
 gem 'octokit', '~> 4.21'
-gem 'redis', '~> 4.3'
+gem 'redis', '~> 5.0'
 gem 'sinatra', '~> 2.2.3'
 gem 'sinatra-contrib', '~> 2.2'
-gem 'dotenv', '~> 2.7'
+gem 'dotenv', '~> 2.8'
diff --git a/Gemfile.lock b/Gemfile.lock
index 373ff44..41ca56e 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -1,58 +1,60 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    addressable (2.8.1)
+    addressable (2.8.4)
       public_suffix (>= 2.0.2, < 6.0)
-    dotenv (2.7.6)
-    faraday (1.3.0)
-      faraday-net_http (~> 1.0)
-      multipart-post (>= 1.2, < 3)
-      ruby2_keywords
-    faraday-net_http (1.0.1)
-    mini_portile2 (2.8.0)
+    connection_pool (2.4.1)
+    dotenv (2.8.1)
+    faraday (2.7.10)
+      faraday-net_http (>= 2.0, < 3.1)
+      ruby2_keywords (>= 0.0.4)
+    faraday-net_http (3.0.2)
+    mini_portile2 (2.8.4)
     multi_json (1.15.0)
-    multipart-post (2.1.1)
     mustermann (2.0.2)
       ruby2_keywords (~> 0.0.1)
-    nokogiri (1.13.10)
-      mini_portile2 (~> 2.8.0)
+    nokogiri (1.15.3)
+      mini_portile2 (~> 2.8.2)
       racc (~> 1.4)
-    octokit (4.21.0)
-      faraday (>= 0.9)
-      sawyer (~> 0.8.0, >= 0.5.3)
-    public_suffix (5.0.0)
-    racc (1.6.1)
-    rack (2.2.4)
-    rack-protection (2.2.3)
+    octokit (4.25.1)
+      faraday (>= 1, < 3)
+      sawyer (~> 0.9)
+    public_suffix (5.0.3)
+    racc (1.7.1)
+    rack (2.2.8)
+    rack-protection (2.2.4)
       rack
-    redis (4.3.1)
+    redis (5.0.6)
+      redis-client (>= 0.9.0)
+    redis-client (0.14.1)
+      connection_pool
     ruby2_keywords (0.0.5)
-    sawyer (0.8.2)
+    sawyer (0.9.2)
       addressable (>= 2.3.5)
-      faraday (> 0.8, < 2.0)
-    sinatra (2.2.3)
+      faraday (>= 0.17.3, < 3)
+    sinatra (2.2.4)
       mustermann (~> 2.0)
       rack (~> 2.2)
-      rack-protection (= 2.2.3)
+      rack-protection (= 2.2.4)
       tilt (~> 2.0)
-    sinatra-contrib (2.2.3)
+    sinatra-contrib (2.2.4)
       multi_json
       mustermann (~> 2.0)
-      rack-protection (= 2.2.3)
-      sinatra (= 2.2.3)
+      rack-protection (= 2.2.4)
+      sinatra (= 2.2.4)
       tilt (~> 2.0)
-    tilt (2.0.11)
+    tilt (2.2.0)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
-  dotenv (~> 2.7)
-  nokogiri (~> 1.13)
+  dotenv (~> 2.8)
+  nokogiri (~> 1.15)
   octokit (~> 4.21)
-  redis (~> 4.3)
+  redis (~> 5.0)
   sinatra (~> 2.2.3)
   sinatra-contrib (~> 2.2)
 
 BUNDLED WITH
-   2.0.1
+   2.4.13
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d7d69ff..81aef77 100644
--- a/.github/dependabot.yml
+++ a/.github/dependabot.yml
@@ -1,12 +1,6 @@
 version: 2
 updates:
 - package-ecosystem: bundler
   directory: "/"
   schedule:
     interval: daily
-    time: "23:30"
-  open-pull-requests-limit: 99
-  ignore:
-  - dependency-name: octokit
-    versions:
-    - 4.20.0
--
rgit 0.1.5