From cf756c57745eba00a3d0addf427f386a4d18b5ef Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Sun, 30 May 2021 22:00:38 +0100 Subject: [PATCH] Added action cable to gemfile by running bundle install After rebase Action cable was missing from Gemfile.lock --- Gemfile.lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index b33e3f91f0..80059878c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,6 +50,10 @@ GEM Ascii85 (1.1.0) nio4r (~> 2.0) websocket-driver (>= 0.6.1) + actioncable (6.0.3.6) + actionpack (= 6.0.3.6) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) actionmailbox (6.0.3.6) actionpack (= 6.0.3.6) activejob (= 6.0.3.6)