Closed chrismo closed 8 years ago
Also note - something needs to keep bar
stationary - either direct declaration as a dependency in the Gemfile, or a dependency OF a declared dependency in the Gemfile. In this case it's a dependency of qux
.
So ... if we implemented a --conservative
flag - could still be the case where the dependency moves when folks don't expect it to.
install_after_gemfile_change_success.rb shows how it works successfully today, but how it requires a Gemfile change.
update_conservative_like_install.rb shows how it fails with
bundle update
but maybe could work with a new--conservative
flag?