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
I was seeing a crash locally analyzing a repo with no Gemfile. It
appears that Bundler's LockfileParser was actually trying to read a file
somewhere even though we gave it string contents.
This changes the no-file behavior to be a harder short-circuit, so
Bundler's class is never even instantiated.
0 commit comments