You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec in test/test_action_controller_request_proxy.rb currently explicitly requires actionpack 2.2.2. Unfortunately this is part of a rails release with security problems that should no longer be used. It would be better to change this to 2.2.3 (or >~2.2.3 for future compatibility) which is the latest release in the 2.2.x series.
This is also not properly reported in the gemspec, which indicates that any actionpack version will work.
The text was updated successfully, but these errors were encountered:
I just pushed a fix (that will be pushed in 0.3.7) that gives a range for actionpack version requirements. The actionpack/controller proxy is actual for legacy reasons, any rails > 2.3 will use the rack proxy.
The spec in test/test_action_controller_request_proxy.rb currently explicitly requires actionpack 2.2.2. Unfortunately this is part of a rails release with security problems that should no longer be used. It would be better to change this to 2.2.3 (or >~2.2.3 for future compatibility) which is the latest release in the 2.2.x series.
This is also not properly reported in the gemspec, which indicates that any actionpack version will work.
The text was updated successfully, but these errors were encountered: