From 842ce78b3bc62d47e681268058f34cbbe3ce4c08 Mon Sep 17 00:00:00 2001
From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Wed, 28 Jul 2021 23:15:23 +0000
Subject: [PATCH] Bump redis from 4.3.1 to 4.4.0

Bumps [redis](https://github.com/redis/redis-rb) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/redis/redis-rb/releases)
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/redis-rb/compare/v4.3.1...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>---
 Gemfile      | 2 +-
 Gemfile.lock | 4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 170b0be..fb6b0b3 100644
--- a/Gemfile
+++ a/Gemfile
@@ -1,10 +1,10 @@
 # frozen_string_literal: true
 
 source 'https://rubygems.org'
 
 gem 'nokogiri', '~> 1.11'
 gem 'octokit', '~> 4.21'
-gem 'redis', '~> 4.3'
+gem 'redis', '~> 4.4'
 gem 'sinatra', '~> 2.1.0'
 gem 'sinatra-contrib', '~> 2.1'
 gem 'dotenv', '~> 2.7'
diff --git a/Gemfile.lock b/Gemfile.lock
index d3890b2..583ce4c 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -25,7 +25,7 @@
     rack (2.2.3)
     rack-protection (2.1.0)
       rack
-    redis (4.3.1)
+    redis (4.4.0)
     ruby2_keywords (0.0.4)
     sawyer (0.8.2)
       addressable (>= 2.3.5)
@@ -50,7 +50,7 @@
   dotenv (~> 2.7)
   nokogiri (~> 1.11)
   octokit (~> 4.21)
-  redis (~> 4.3)
+  redis (~> 4.4)
   sinatra (~> 2.1.0)
   sinatra-contrib (~> 2.1)
 
--
rgit 0.1.5