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>
Diff
Gemfile | 2 +-
Gemfile.lock | 4 +++-
2 files changed, 3 insertions(+), 3 deletions(-)
@@ -1,10 +1,10 @@
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'
@@ -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)