Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faraday (and other gems) showing incorrect incompatibility #114

Open
skryukov opened this issue Dec 16, 2024 · 0 comments
Open

Faraday (and other gems) showing incorrect incompatibility #114

skryukov opened this issue Dec 16, 2024 · 0 comments

Comments

@skryukov
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant