aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/README.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-08 08:49:49 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-02-08 11:47:03 +0900
commit3546b3f0d406499827e40c18b88a05e624aee6ed (patch)
treed25b8a096b2cfbc6d9d4bf11ded5f3faa69ed33f /actioncable/README.md
parentc909a0060795716c745a3aa23d5297ac69da3e6f (diff)
downloadrails-3546b3f0d406499827e40c18b88a05e624aee6ed.tar.gz
rails-3546b3f0d406499827e40c18b88a05e624aee6ed.tar.bz2
rails-3546b3f0d406499827e40c18b88a05e624aee6ed.zip
remove `faye-websocket` dependency from README [ci skip]
`faye-websocket` gem is no longer used from 322dca293b3716ccaa09e7e82046e539b0d2ffda.
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 6e74551483..a1261f0820 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