forked from slack-ruby/slack-ruby-bot-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes compatibility problems with representable 2.4+. An API change meant that the current way of passing in the rack environment was getting clobbered, and we were unable to access the context of the request. See https://github.com/ruby-grape/grape-roar/pull/21/files for the fix and conversation in slack-ruby#43 Change properties to `public` methods See slack-ruby#45 - slack-ruby#45 trailblazer/representable@74155a9 changed to use `public_send` for these types of methods. Use danger format
- Loading branch information
Showing
3 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters