aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/README.md
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2016-02-08 08:24:51 +0530
committerप्रथमेश Sonpatki <csonpatki@gmail.com>2016-02-08 08:24:51 +0530
commite8580c63db9e5a745293593d17199b2a59246344 (patch)
treec820e620f0f8dacfd44335a4e05d066859221c48 /actioncable/README.md
parent2b18bd5ffa05782a13d5f9e6157428bb44554360 (diff)
parent3546b3f0d406499827e40c18b88a05e624aee6ed (diff)
downloadrails-e8580c63db9e5a745293593d17199b2a59246344.tar.gz
rails-e8580c63db9e5a745293593d17199b2a59246344.tar.bz2
rails-e8580c63db9e5a745293593d17199b2a59246344.zip
Merge pull request #23556 from y-yagi/remove_faye-websocket_from_readme
remove `faye-websocket` dependency from README [ci skip]
Diffstat (limited to 'actioncable/README.md')
-rw-r--r--actioncable/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/README.md b/actioncable/README.md
index 3316f88a23..7f7a830e6c 100644
--- a/actioncable/README.md
+++ b/actioncable/README.md
@@ -436,7 +436,7 @@ messages back and forth over the WebSocket cable connection. This dependency may
be alleviated in the future, but for the moment that's what it is. So be sure to have
Redis installed and running.
-The Ruby side of things is built on top of [faye-websocket](https://github.com/faye/faye-websocket-ruby) and [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby).
+The Ruby side of things is built on top of [websocket-driver](https://github.com/faye/websocket-driver-ruby), [nio4r](https://github.com/celluloid/nio4r), and [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby).
## Deployment