Skip to content
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

Explicitly install rack gem #12972

Merged
merged 1 commit into from
Jan 27, 2020
Merged

Conversation

zunda
Copy link
Contributor

@zunda zunda commented Jan 27, 2020

Pin rack version to 2.0.8. Rack-2.1.0 and 2.1.1 are known to record error below upon requests to /sidekiq:

NoMethodError - undefined method `transform_keys' for #<ActionDispatch::Request::Session:0x...>

Fixes #12880
Fixes #12838

Pin rack version to 2.0.8. Rack-2.1.0 and 2.1.1 are known to record error below upon requests to `/sidekiq`:

```
NoMethodError - undefined method `transform_keys' for #<ActionDispatch::Request::Session:0x...>
```
@zunda
Copy link
Contributor Author

zunda commented Jan 27, 2020

Fixes #12880 and #12838 (comment)

We can also wait for a new release of rack: #12880 (comment)

@zunda
Copy link
Contributor Author

zunda commented Jan 27, 2020

Sorry for the noise! #12968 should also work for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rack 2.1 breaks sidekiq
3 participants