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

author dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2021-06-11 23:13:09.0 +00:00:00
committer Nemo <me@captnemo.in> 2021-06-12 12:57:51.0 +05:30:00
commit
780b22f95fbca91a7160b8b99bf3f65b02e99788 [patch]
tree
a4e4cddcba201416bcb2a7e028508674e2e349ae
parent
389ac3fa9c8d85fabbec71331380bd1fffadddb0
download
780b22f95fbca91a7160b8b99bf3f65b02e99788.tar.gz

Bump redis from 4.2.5 to 4.3.1

Bumps [redis](https://github.com/redis/redis-rb) from 4.2.5 to 4.3.1.
- [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.2.5...v4.3.1)

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 40bb144..170b0be 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.2'
gem 'redis', '~> 4.3'
gem 'sinatra', '~> 2.1.0'
gem 'sinatra-contrib', '~> 2.1'
gem 'dotenv', '~> 2.7'
diff --git a/Gemfile.lock b/Gemfile.lock
index 01efb29..0e56192 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -25,7 +25,7 @@
    rack (2.2.3)
    rack-protection (2.1.0)
      rack
    redis (4.2.5)
    redis (4.3.1)
    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.2)
  redis (~> 4.3)
  sinatra (~> 2.1.0)
  sinatra-contrib (~> 2.1)