Skip to content

Commit e6a3276

Browse files
authored
Merge pull request #268 from ioquatix/patch-1
Pin `async-websocket` to stable version.
2 parents 1a0029d + 8edf1ef commit e6a3276

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)