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
@@ -89,3 +89,7 @@ end @@ -89,3 +89,7 @@ end
89 gem 'puma' 89 gem 'puma'
90 90
91 gem 'faye-websocket', '0.10.0' 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 +
@@ -190,7 +190,7 @@ GEM @@ -190,7 +190,7 @@ GEM
190 actionpack (>= 3.2, < 5) 190 actionpack (>= 3.2, < 5)
191 activesupport (>= 3.2, < 5) 191 activesupport (>= 3.2, < 5)
192 hike (1.2.3) 192 hike (1.2.3)
193 - hiredis (0.5.2) 193 + hiredis (0.6.1)
194 hpricot (0.8.6) 194 hpricot (0.8.6)
195 html2haml (1.0.1) 195 html2haml (1.0.1)
196 erubis (~> 2.7.0) 196 erubis (~> 2.7.0)
@@ -311,7 +311,7 @@ GEM @@ -311,7 +311,7 @@ GEM
311 rb-fsevent (0.9.4) 311 rb-fsevent (0.9.4)
312 rb-inotify (0.9.4) 312 rb-inotify (0.9.4)
313 ffi (>= 0.5.0) 313 ffi (>= 0.5.0)
314 - redis (3.0.7) 314 + redis (3.2.2)
315 redis-objects (0.9.1) 315 redis-objects (0.9.1)
316 redis (>= 3.0.2) 316 redis (>= 3.0.2)
317 ref (1.0.5) 317 ref (1.0.5)
@@ -454,6 +454,7 @@ DEPENDENCIES @@ -454,6 +454,7 @@ DEPENDENCIES
454 guard-rails 454 guard-rails
455 guard-rspec 455 guard-rspec
456 haml-rails 456 haml-rails
  457 + hiredis (~> 0.6.0)
457 html2haml 458 html2haml
458 httmultiparty 459 httmultiparty
459 inherited_resources 460 inherited_resources
@@ -475,6 +476,7 @@ DEPENDENCIES @@ -475,6 +476,7 @@ DEPENDENCIES
475 rb-fchange 476 rb-fchange
476 rb-fsevent 477 rb-fsevent
477 rb-inotify 478 rb-inotify
  479 + redis (>= 3.2.0)
478 rolify 480 rolify
479 rspec-rails (>= 3.0.0.beta2) 481 rspec-rails (>= 3.0.0.beta2)
480 sass-rails (~> 4.0.3) 482 sass-rails (~> 4.0.3)