slack-ruby / slack-ruby-bot

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

Added active-support dependency. #271

Closed dblock closed 4 years ago

dblock commented 4 years ago

We removed a dependency on activesupport in https://github.com/slack-ruby/slack-ruby-client/pull/325, but it's needed by the command classes in this library.

Closes https://github.com/slack-ruby/slack-ruby-bot/issues/270

dangerpr-bot commented 4 years ago
1 Message
:book: We really appreciate pull requests that demonstrate issues, even without a fix. That said, the next step is to try and fix the failing tests!

Generated by :no_entry_sign: Danger

juanibiapina commented 4 years ago

When do you plan to release this?

dblock commented 4 years ago

When do you plan to release this?

When I have time. It shouldn’t be blocking you, just add the dependency in your Gemfile.

dblock commented 3 years ago

I released this in 0.16.1. Consider investing in migrating to granular scopes from RTM, https://code.dblock.org/2020/11/30/migrating-classic-slack-ruby-bots-to-granular-permissions.html.