You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 theincompatible
status is cached.Additional examples from the main app page:
The text was updated successfully, but these errors were encountered: