-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: add missing kaminari-grape dependency and locked roar. #43
Conversation
76fecab
to
99956dd
Compare
Generated by 🚫 danger |
Hey, on this note I found I need gem |
Hm, it worked for my bots, but give it a try: remove that dependency in yours and update the dependency on slack-ruby-bot-server that I just released? |
Ah, from my
I found that if I upgrade representable to 3.x then I get a lot of test failures. I see that the latest roar has a Not sure if we're running into the same issue... IIRC the |
Yes, I see the same thing. Didn't debug. |
It's on my todo list, but I won't get to it fast btw @swalberg. It would be great if someone (maybe you?) actually dug up what changed in representable to cause this. |
I'll see what I can do! |
Spent a few minutes with trailblazer/roar@3540c8e broke it in the roar gem, which is where it updates to representable 2.4.0. Will dig into representable next. |
The representable problem was fixed in ruby-grape/grape-roar#21, maybe @swalberg wants to give it a shot at upgrading here? |
Thanks, I'll give it a shot this weekend. |
Yup, it works!
|
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
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
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
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
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
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
No description provided.