slack-ruby / slack-ruby-bot

The easiest way to write a Slack bot in Ruby.
MIT License
1.12k stars 187 forks source link

update description for installing async-websocket gem #223

Closed osamtimizer closed 5 years ago

osamtimizer commented 5 years ago

realted: https://github.com/slack-ruby/slack-ruby-bot/issues/222 https://github.com/slack-ruby/slack-ruby-client/pull/268

By breaking change in async-websocket v0.9, Bot.run occurs errors. To avoid this error, I updated dependency installation description of Gemfile in README.md.

dangerpr-bot commented 5 years ago
1 Warning
:warning: Unless you’re refactoring existing code, please update CHANGELOG.md.

Here's an example of a CHANGELOG.md entry:

* [#223](https://github.com/slack-ruby/slack-ruby-bot/pull/223): Update description for installing async-websocket gem - [@osamtimizer](https://github.com/osamtimizer).

Generated by :no_entry_sign: danger

dblock commented 5 years ago

Thanks