From 532646606127acf7cc6d47b405bd9ced337cfcd6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 13:51:12 -0500 Subject: [PATCH] [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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9d883fc60..a534a12f9 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index cf3981dd9..3153400f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)