From cd32959b93f65bae2563221af06fc68ee579e80a Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Sat, 6 Nov 2021 01:37:37 +0100 Subject: [PATCH] Bump redis --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 303be20c06..d2c8b10dab 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha" # Background processing -gem "redis", "4.3.1" +gem "redis", "4.5.1" gem "sidekiq", "6.2.1" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index fb35c53fa1..0169f1106d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -609,7 +609,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - redis (4.3.1) + redis (4.5.1) regexp_parser (2.1.1) request_store (1.5.0) rack (>= 1.4) @@ -899,7 +899,7 @@ DEPENDENCIES rails-i18n (= 5.1.3) rails-timeago (= 2.19.1) redcarpet (= 3.5.1) - redis (= 4.3.1) + redis (= 4.5.1) responders (= 3.0.1) rqrcode (= 2.0.0) rspec-json_expectations (~> 2.1) -- GitLab