[deploy] Bump redis from 4.1.3 to 4.1.4 (#7711)

Bumps [redis](https://github.com/redis/redis-rb) from 4.1.3 to 4.1.4.
- [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.1.3...v4.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-07 13:51:12 -05:00 committed by GitHub
parent c3b3a73eb9
commit 5326466061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ gem "rails-settings-cached", ">= 2.1.1" # Settings plugin for Rails that makes m
gem "ransack", "~> 2.3" # Searching and sorting
gem "recaptcha", "~> 5.5", require: "recaptcha/rails" # Helpers for the reCAPTCHA API
gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser
gem "redis", "~> 4.1.3" # Redis ruby client
gem "redis", "~> 4.1.4" # Redis ruby client
gem "redis-rails", "~> 5.0.2" # Redis for Ruby on Rails
gem "reverse_markdown", "~> 2.0" # Map simple html back into markdown
gem "rolify", "~> 5.2" # Very simple Roles library

View file

@ -598,7 +598,7 @@ GEM
recaptcha (5.5.0)
json
redcarpet (3.5.0)
redis (4.1.3)
redis (4.1.4)
redis-actionpack (5.1.0)
actionpack (>= 4.0, < 7)
redis-rack (>= 1, < 3)
@ -938,7 +938,7 @@ DEPENDENCIES
ransack (~> 2.3)
recaptcha (~> 5.5)
redcarpet (~> 3.5)
redis (~> 4.1.3)
redis (~> 4.1.4)
redis-rails (~> 5.0.2)
reverse_markdown (~> 2.0)
rolify (~> 5.2)