1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler/commands
Bundlerbot 434af7303c
[bundler/bundler] Merge #7340
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
2019-09-18 18:26:33 +09:00
..
add_spec.rb [bundler/bundler] Try make some specs platform independent 2019-08-03 09:29:59 +09:00
binstubs_spec.rb Fix typo: duplicated the [skip-ci] 2019-08-09 16:23:49 -07:00
check_spec.rb [bundler/bundler] Remove duplicated spec filter 2019-09-18 18:26:32 +09:00
clean_spec.rb [bundler/bundler] Merge #7340 2019-09-18 18:26:33 +09:00
config_spec.rb Fix some bundler specs (#2380) 2019-08-20 09:46:31 +09:00
console_spec.rb
doctor_spec.rb [bundler/bundler] Fix bundle doctor command 2019-08-18 13:44:03 +09:00
exec_spec.rb Remove github_action_linux tag from bundler examples. 2019-08-23 19:05:45 +10:00
help_spec.rb
info_spec.rb Fix some bundler specs (#2380) 2019-08-20 09:46:31 +09:00
init_spec.rb
inject_spec.rb
install_spec.rb [bundler/bundler] Bundler displays a duplicate gem entries warning even if gems only appear once per group 2019-08-18 13:43:59 +09:00
issue_spec.rb
licenses_spec.rb
list_spec.rb
lock_spec.rb [bundler/bundler] Refactor some specs 2019-08-03 09:29:57 +09:00
newgem_spec.rb Fix some bundler specs (#2380) 2019-08-20 09:46:31 +09:00
open_spec.rb Fix some bundler specs (#2380) 2019-08-20 09:46:31 +09:00
outdated_spec.rb [bundler/bundler] Move duplicated code to before blocks 2019-08-03 09:29:59 +09:00
package_spec.rb [bundler/bundler] Always set cache_all via config during tests 2019-08-03 09:30:00 +09:00
post_bundle_message_spec.rb [bundler/bundler] Try make some specs platform independent 2019-08-03 09:29:59 +09:00
pristine_spec.rb [bundler/bundler] Remove unnecessary rubygems monkeypatch 2019-08-18 13:45:35 +09:00
remove_spec.rb
show_spec.rb Fix some bundler specs (#2380) 2019-08-20 09:46:31 +09:00
update_spec.rb
version_spec.rb
viz_spec.rb