Fix the scope of rubygems conflict resolution
The git reset and rm_rf are not necessary because bundler/ is considered as a toplevels and removed from the commit when there's no conflict.
git reset
rm_rf
bundler/
toplevels
For conflict cases, it's useful to remove them from the conflict targets before moving on to fix other paths.
Fix the scope of rubygems conflict resolution
The
git reset
andrm_rf
are not necessary becausebundler/
isconsidered as a
toplevels
and removed from the commit when there'sno conflict.
For conflict cases, it's useful to remove them from the conflict targets
before moving on to fix other paths.