-
Notifications
You must be signed in to change notification settings - Fork 988
Limits rack to v2.0.x #1127
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
Limits rack to v2.0.x #1127
Conversation
f95f69a
to
3a9d43f
Compare
Is this still an issue, what is the bug? Did you depend on body being an instance of |
@ioquatix I'm afraid I couldn't dig any deeper, however there are some details in #1119 about the error, and I don't see references to the body.
|
Perhaps a longer quote is good:
rack-test is also involved. |
And perhaps the full backtrace:
|
So this seems to be rather old naive test. Currently the issue is here but it was introduced already in f739002. In combination with Rack 2.1 being more strict rack/rack@9c9b654 this started to cause issues. I'm going to provide medicine. |
Description
There seems like a bug has been introduced in rack 2.1 that causes our tests to fail.
It works find up to 2.0.8 so for now I'm limiting to that version to allow tests to pass.
Fixes #1119
Additional Notes
We should investigate how the tests got broken due to a minor bump in the rack version.