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
Don't require source plugins to be installed to parse a lockfile
Third-party tools like bundler-audit read lockfiles through
Bundler::LockfileParser without evaluating the Gemfile, and a PLUGIN
SOURCE block whose plugin isn't installed locally aborted the whole
parse with UnknownSourceError, taking even DEPENDENCIES down with it.
Fall back to the inert UnloadedSource placeholder instead, which also
lets bundle install converge away a plugin source that was removed
from the Gemfile.
#9614
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments