Skip to content

Commit 8edf1ef

Browse files
authored
Pin async-websocket to stable version.
1 parent 1a0029d commit 8edf1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ gem 'slack-ruby-client'
7979
If you're going to be using the RealTime client, add either `async-websocket`, `eventmachine` and `faye-websocket` or `celluloid-io`. See below for more information about concurrency. We recommend you use `async-websocket`.
8080

8181
```
82-
gem 'async-websocket'
82+
gem 'async-websocket', '~> 0.8.0'
8383
```
8484

8585
Run `bundle install`.

0 commit comments

Comments
 (0)