Skip to content

Faraday (and other gems) showing incorrect incompatibility #114

@skryukov

Description

@skryukov

As far as I can see, this issue comes from cached errors. For example, check the Faraday gem:
https://www.railsbump.org/gems/faraday/compatibility/rails-8-0

Look for the line: RailsBump::Checker::BundleLocallyCheck Output: Bundler error: Illformed requirement [">= 2.0, < 3.5"]

The issue occurred in the BundleLocallyCheck service where it passes [">= 2.0, < 3.5"] instead of the correct format [">= 2.0", "< 3.5"]. Service doesn't exist anymore, but the incompatible status is cached.

Additional examples from the main app page:

Sub-issues

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