slack-ruby / slack-ruby-bot-server

A library that enables you to write a complete Slack bot service with Slack button integration, in Ruby.
MIT License
268 stars 74 forks source link

Support newer rails and test against it #164

Closed maths22 closed 1 year ago

dangerpr-bot commented 1 year ago
1 Warning
:warning: There're library changes, but not tests. That's OK as long as you're refactoring existing code.

Generated by :no_entry_sign: Danger

dblock commented 1 year ago

Thanks, merging this. Will do a release soon. There might be other libraries that need similar updates, https://github.com/slack-ruby/slack-ruby-bot-server-events or https://github.com/slack-ruby/slack-ruby-bot-server-rtm, appreciate any help you can give!

maths22 commented 1 year ago

I use slack-ruby-bot-server-events in the same project where I use this library and it didn't require any changes; skimming over slack-ruby-bot-server-rtm it doesn't appear to directly interact with any of the activerecord-layer stuff from this repo either.