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.
Updated by Dominic Cleal almost 10 years ago
- Related to Bug #9061: Tests fail with NoMethodError: undefined method `join' for #<String:0x007f62c3e6fb90> added
Updated by Anonymous about 9 years ago
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.
Updated by Anonymous about 9 years ago
See https://github.com/rack/rack/commit/2fd9df71aff4af8a3ab8088a6919f5d9a5e4ab95 is the commit that re-introduces 1.8.7 support.
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Anonymous
- Pull request https://github.com/theforeman/smart-proxy/pull/503 added
Updated by Anonymous almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 39545f9cb8a00c8828832f19de4c18fab3a51af6.
Updated by Dominic Cleal almost 8 years ago
- Translation missing: en.field_release set to 209
Actions