From 42c5e247ad95221fa3c4d1673b1d55b090bdcaad Mon Sep 17 00:00:00 2001 From: renansoares Date: Thu, 31 Mar 2016 07:45:32 -0300 Subject: [PATCH] try to fix websocket error --- Gemfile | 4 ++++ Gemfile.lock | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index dd242de..dc2b40e 100644 --- a/Gemfile +++ b/Gemfile @@ -89,3 +89,7 @@ end gem 'puma' gem 'faye-websocket', '0.10.0' + +gem "redis", ">= 3.2.0", :require => ["redis", "redis/connection/hiredis"] +gem "hiredis", "~> 0.6.0" + diff --git a/Gemfile.lock b/Gemfile.lock index 84bb0fe..cce1cda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,7 +190,7 @@ GEM actionpack (>= 3.2, < 5) activesupport (>= 3.2, < 5) hike (1.2.3) - hiredis (0.5.2) + hiredis (0.6.1) hpricot (0.8.6) html2haml (1.0.1) erubis (~> 2.7.0) @@ -311,7 +311,7 @@ GEM rb-fsevent (0.9.4) rb-inotify (0.9.4) ffi (>= 0.5.0) - redis (3.0.7) + redis (3.2.2) redis-objects (0.9.1) redis (>= 3.0.2) ref (1.0.5) @@ -454,6 +454,7 @@ DEPENDENCIES guard-rails guard-rspec haml-rails + hiredis (~> 0.6.0) html2haml httmultiparty inherited_resources @@ -475,6 +476,7 @@ DEPENDENCIES rb-fchange rb-fsevent rb-inotify + redis (>= 3.2.0) rolify rspec-rails (>= 3.0.0.beta2) sass-rails (~> 4.0.3) -- libgit2 0.21.2