diff --git a/Gemfile.lock b/Gemfile.lock index 84bb0fe..6233754 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,12 +137,9 @@ GEM dotenv-rails (0.7.0) dotenv (= 0.7.0) em-synchrony (1.0.3) - eventmachine (>= 1.0.0.beta.1) em-websocket (0.5.1) - eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) erubis (2.7.0) - eventmachine (1.2.0.1) execjs (2.0.2) factory_girl (4.4.0) activesupport (>= 3.0.0) @@ -152,7 +149,6 @@ GEM faker (1.3.0) i18n (~> 0.5) faye-websocket (0.10.0) - eventmachine (>= 0.12.0) websocket-driver (>= 0.5.1) ffi (1.9.3) foreman (0.66.0) @@ -385,7 +381,6 @@ GEM ref thin (1.6.2) daemons (>= 1.0.9) - eventmachine (>= 1.0.0) rack (>= 1.0.0) thor (0.19.1) thread_safe (0.3.4) diff --git a/config/initializers/websocket_rails.rb b/config/initializers/websocket_rails.rb index ca6d105..12cd235 100644 --- a/config/initializers/websocket_rails.rb +++ b/config/initializers/websocket_rails.rb @@ -30,7 +30,7 @@ WebsocketRails.setup do |config| # Uncomment and edit to point to a different redis instance. # Will not be used unless standalone or synchronization mode # is enabled. - # config.redis_options = {:host => 'localhost', :port => '6379'} + config.redis_options = {:host => 'localhost', :port => '6379'} # By default, all subscribers in to a channel will be removed # when that channel is made private. If you don't wish active -- libgit2 0.21.2