ruby/lib/bundler/installer
David Rodríguez 3fd33590f6 [rubygems/rubygems] Fix crash when lockfile is missing dependencies
We have a check for a corrupt lockfile right before installing. However,
the check accounted for locked specs not satisfying locked dependencies,
but not for locked specs missing for some locked dependencies.

Instead of fixing this check, I decided to remove it in favor of
automatically detecting the situation and re-resolve to automatically
fix the lockfile rather than printing a warning but leave the problem
there.

4a7a584252
2022-12-20 13:15:02 +09:00
..
gem_installer.rb [rubygems/rubygems] Fix Gemfile.lock versions leaking to bundler/inline install output 2022-05-13 15:23:56 +09:00
parallel_installer.rb [rubygems/rubygems] Fix crash when lockfile is missing dependencies 2022-12-20 13:15:02 +09:00
standalone.rb [rubygems/rubygems] Make --standalone play nice with --local 2022-07-30 04:24:25 +09:00