mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
434af7303c
7340: Fix bundle clean issue r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that `bundle clean` is crashing under some conditions. ### What was your diagnosis of the problem? My diagnosis was that sometimes (when the bundle includes git sourced gems with extensions), it assumes that some paths exist, but they don't. ### What is your fix for the problem, implemented in this PR? My fix is to ignore those paths. ### Why did you choose this fix out of the possible options? I chose this fix because it fixes the issue. Fixes #7338. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> (cherry picked from commit b007fde67c77c1f15f13b97eda186644c2a2be04) https://github.com/bundler/bundler/commit/3766053507 |
||
---|---|---|
.. | ||
add_spec.rb | ||
binstubs_spec.rb | ||
check_spec.rb | ||
clean_spec.rb | ||
config_spec.rb | ||
console_spec.rb | ||
doctor_spec.rb | ||
exec_spec.rb | ||
help_spec.rb | ||
info_spec.rb | ||
init_spec.rb | ||
inject_spec.rb | ||
install_spec.rb | ||
issue_spec.rb | ||
licenses_spec.rb | ||
list_spec.rb | ||
lock_spec.rb | ||
newgem_spec.rb | ||
open_spec.rb | ||
outdated_spec.rb | ||
package_spec.rb | ||
post_bundle_message_spec.rb | ||
pristine_spec.rb | ||
remove_spec.rb | ||
show_spec.rb | ||
update_spec.rb | ||
version_spec.rb | ||
viz_spec.rb |