From 3546b3f0d406499827e40c18b88a05e624aee6ed Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 8 Feb 2016 08:49:49 +0900 Subject: remove `faye-websocket` dependency from README [ci skip] `faye-websocket` gem is no longer used from 322dca293b3716ccaa09e7e82046e539b0d2ffda. --- actioncable/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable/README.md') 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 -- cgit v1.2.3