Skip to content

latest link-header-parser (+7.0.0) contains breaking changes that crash phrase. #11

Description

The gemspec uses an unbound dependency to link-header-parser, this defaults to the latest unless other requirements exist in your own gemfile.

With the 7.0.0 this causes phrase to crash due to some breaking changes, specially the LinkHeaderParser.parse method.

Being the parsing of the response the most affecting one.

Potential solutions:

  1. change the gemspec to limit to any <= 6.0 version
  2. change the gemspec to >=7.0 and fix the affected invovations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions