summaryrefslogtreecommitdiff
path: root/test/rubygems
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-12-15 12:14:40 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-20 13:15:02 +0900
commit3fd33590f624ff74d91c1d505f85653902764384 (patch)
treef978c5711f41681ff49d86b79e2c9089ab4309f5 /test/rubygems
parent16b36a5b0c71afdcd125c530ee6fb809d4306822 (diff)
[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. https://github.com/rubygems/rubygems/commit/4a7a584252
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6966
Diffstat (limited to 'test/rubygems')
0 files changed, 0 insertions, 0 deletions