This is a small change to always rewind the request body. Rack::Request#POST no longer does this in recent Rack versions. It was removed in rack/rack@42aff22f708123839ba706cbe659d108b47c40c7.
Rack::RewindableInput::Middleware is likely going to be required for most users of this library.
Committee requires more changes to be compatible with Rack 3.1.x. I'm adding a constraint so Bundler doesn't try to upgrade dependencies past what's supported.
This is a small change to always rewind the request body.
Rack::Request#POST
no longer does this in recent Rack versions. It was removed in rack/rack@42aff22f708123839ba706cbe659d108b47c40c7.Rack::RewindableInput::Middleware
is likely going to be required for most users of this library.Committee requires more changes to be compatible with Rack 3.1.x. I'm adding a constraint so Bundler doesn't try to upgrade dependencies past what's supported.