utils/ruby: don't remove cleanup bundler.

We're sharing this directory now.
This commit is contained in:
Mike McQuaid 2019-02-22 15:59:14 +00:00
parent 1dd8b82c6b
commit d33c225e47
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -47,7 +47,6 @@ setup-ruby-path() {
then
odie "Failed to install vendor Ruby."
fi
rm -rf "$vendor_dir/bundle/ruby"
HOMEBREW_RUBY_PATH="$vendor_ruby_path"
fi
fi