Actions
Refactor #9063
closedRevert pinning of Rack to < 1.6
Description
#9061 pinned Rack to < 1.6 due to an interaction with Sinatra: https://github.com/sinatra/sinatra/issues/951
Revert this once a new Sinatra release is out.
Actions
Added by Dominic Cleal over 11 years ago. Updated about 8 years ago.
Description
#9061 pinned Rack to < 1.6 due to an interaction with Sinatra: https://github.com/sinatra/sinatra/issues/951
Revert this once a new Sinatra release is out.
looks like in rack versions > 1.6 and < 1.6.4 an issue was introduced that prevents it from running on ruby 1.8.7. rack 1.6.5 should resolve this when it's released.
See https://github.com/rack/rack/commit/2fd9df71aff4af8a3ab8088a6919f5d9a5e4ab95 is the commit that re-introduces 1.8.7 support.
Applied in changeset 39545f9cb8a00c8828832f19de4c18fab3a51af6.