Skip to content

Allow faraday 2.x? #1349

@jrochkind

Description

@jrochkind

Danger's gemspec does not allow faraday 2.x

spec.add_runtime_dependency "faraday", ">= 0.9.0", "< 2.0"

Faraday 2.0 was released on January 4th

Danger gemspec not allowing it means that any project that uses danger can't run with faraday 2.x.

Can Danger gemspec be updated to allow faraday 2.x? I would recommend still allowing faraday 1.x as well, it should be possible to work with both, and will ease the (not insignificant) pain of trying to migrate things to faraday 2.x when one's whole dependency tree has to allow whatever version of faraday you are using.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions