Commit 42c5e247ad95221fa3c4d1673b1d55b090bdcaad

Authored by renansoares
1 parent 75887544
Exists in master and in 1 other branch v2

try to fix websocket error

Showing 2 changed files with 8 additions and 2 deletions   Show diff stats
Gemfile
... ... @@ -89,3 +89,7 @@ end
89 89 gem 'puma'
90 90  
91 91 gem 'faye-websocket', '0.10.0'
  92 +
  93 +gem "redis", ">= 3.2.0", :require => ["redis", "redis/connection/hiredis"]
  94 +gem "hiredis", "~> 0.6.0"
  95 +
... ...
Gemfile.lock
... ... @@ -190,7 +190,7 @@ GEM
190 190 actionpack (>= 3.2, < 5)
191 191 activesupport (>= 3.2, < 5)
192 192 hike (1.2.3)
193   - hiredis (0.5.2)
  193 + hiredis (0.6.1)
194 194 hpricot (0.8.6)
195 195 html2haml (1.0.1)
196 196 erubis (~> 2.7.0)
... ... @@ -311,7 +311,7 @@ GEM
311 311 rb-fsevent (0.9.4)
312 312 rb-inotify (0.9.4)
313 313 ffi (>= 0.5.0)
314   - redis (3.0.7)
  314 + redis (3.2.2)
315 315 redis-objects (0.9.1)
316 316 redis (>= 3.0.2)
317 317 ref (1.0.5)
... ... @@ -454,6 +454,7 @@ DEPENDENCIES
454 454 guard-rails
455 455 guard-rspec
456 456 haml-rails
  457 + hiredis (~> 0.6.0)
457 458 html2haml
458 459 httmultiparty
459 460 inherited_resources
... ... @@ -475,6 +476,7 @@ DEPENDENCIES
475 476 rb-fchange
476 477 rb-fsevent
477 478 rb-inotify
  479 + redis (>= 3.2.0)
478 480 rolify
479 481 rspec-rails (>= 3.0.0.beta2)
480 482 sass-rails (~> 4.0.3)
... ...