aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Walpole <twalpole@gmail.com>2015-07-22 10:37:57 -0700
committerThomas Walpole <twalpole@gmail.com>2015-07-22 14:54:48 -0700
commit5d8c84827361ab7bfe7e2b7afac446f8017d3a02 (patch)
treec0abf89954a67790aa11031089992a340dea4c78 /lib
parent6ee8bb9310f78de85e6b89c8cac33493b0582383 (diff)
downloadrails-5d8c84827361ab7bfe7e2b7afac446f8017d3a02.tar.gz
rails-5d8c84827361ab7bfe7e2b7afac446f8017d3a02.tar.bz2
rails-5d8c84827361ab7bfe7e2b7afac446f8017d3a02.zip
Update gems and requires
Diffstat (limited to 'lib')
-rw-r--r--lib/action_cable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action_cable.rb b/lib/action_cable.rb
index 968adafc25..9ce63dae28 100644
--- a/lib/action_cable.rb
+++ b/lib/action_cable.rb
@@ -11,7 +11,7 @@ require 'active_support/core_ext/module/delegation'
require 'active_support/callbacks'
require 'faye/websocket'
-require 'celluloid'
+require 'celluloid/current'
require 'em-hiredis'
require 'redis'