-
-
Couldn't load subscription status.
- Fork 28
Open
0 / 10 of 1 issue completedOpen
0 / 10 of 1 issue completed
Copy link
Description
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:
etagwerker
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels