Project

General

Profile

« Previous | Next » 

Revision 68a1867f

Added by deivid (David Rodríguez) over 1 year ago

[rubygems/rubygems] Fix issue with bundle update with an out of sync lockfile

An old platform related bug fix made some existing lockfiles no longer
work because they included invalid platforms. So to make it backwards
compatible, code was added to remove invalid platforms from the lockfile
before resolution. This is skipped though when Gemfile has changed
dependencies because in that case we will be re-resolving anyways.
However, in the bundle update case, the detection of "dependencies
have changed" was not actually working making Bundler remove all
platforms and not be able to resolve.

https://github.com/rubygems/rubygems/commit/6452adfd62