From db74b364d688ff59a9f2c7ae5e5ae3cb7eb9f258 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 26 Jun 2022 19:42:19 +0200 Subject: [PATCH] Bump redis --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5829f726d..afcd5250f 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha" # Background processing -gem "redis", "4.5.1" +gem "redis", "4.7.0" gem "sidekiq", "6.2.2" # Scheduled processing diff --git a/Gemfile.lock b/Gemfile.lock index b782db82f..4ed43a957 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -612,7 +612,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - redis (4.5.1) + redis (4.7.0) regexp_parser (2.1.1) request_store (1.5.0) rack (>= 1.4) @@ -898,7 +898,7 @@ DEPENDENCIES rails-i18n (= 5.1.3) rails-timeago (= 2.19.1) redcarpet (= 3.5.1) - redis (= 4.5.1) + redis (= 4.7.0) responders (= 3.0.1) rqrcode (= 2.1.1) rspec-json_expectations (~> 2.1)