Skip to content

Specs require actionpack-2.2.2 which is insecure and not listed in gemspec #12

Description

@graaff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions