From a9061f664ff926340656e1c625bd1dde44596e5b Mon Sep 17 00:00:00 2001 From: Christoph Werner Date: Wed, 16 Oct 2024 08:37:36 +0000 Subject: [PATCH] Fix redis reconnect error --- Gemfile | 2 ++ Gemfile.lock | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 724dad4a..73f3b399 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,8 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end +gem 'action-cable-redis-backport' + # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '6.1.3.1' # Use postgresql as the database for Active Record diff --git a/Gemfile.lock b/Gemfile.lock index 9d3472db..2e570a46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,8 @@ GEM specs: PoParser (3.2.6) simple_po_parser (~> 1.1.6) + action-cable-redis-backport (1.0.3) + actioncable (>= 5.0) actioncable (6.1.3.1) actionpack (= 6.1.3.1) activesupport (= 6.1.3.1) @@ -507,6 +509,7 @@ PLATFORMS DEPENDENCIES PoParser + action-cable-redis-backport aws-sdk-s3 bootsnap bumbler