🏡 index : github.com/captn3m0/opml-gen.git

author dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2021-07-28 23:15:23.0 +00:00:00
committer GitHub <noreply@github.com> 2021-07-28 23:15:23.0 +00:00:00
commit
842ce78b3bc62d47e681268058f34cbbe3ce4c08 [patch]
tree
16c111228873b5208afe2e1fc7ca298532149431
parent
59d7faa73aee542bd7eab1d7f112a1594fcee4d2
download
842ce78b3bc62d47e681268058f34cbbe3ce4c08.tar.gz

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(-)

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)