Skip to content

Commit

Permalink
utils/ruby: don't remove cleanup bundler.
Browse files Browse the repository at this point in the history
We're sharing this directory now.
  • Loading branch information
MikeMcQuaid committed Feb 22, 2019
1 parent 1dd8b82 commit d33c225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/utils/ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d33c225

Please sign in to comment.