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 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.