summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 49a1f8e237..777e4d7f99 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -69,6 +69,7 @@ def sync_default_gems(gem)
`cp -r ../../bundler/bundler/exe/bundle* ./bin`
`cp ../../bundler/bundler/bundler.gemspec ./lib`
`cp -r ../../bundler/bundler/spec spec/bundler`
+ `rm -rf bin/bundle_ruby`
when "rdoc"
`rm -rf lib/rdoc* test/rdoc`
`cp -rf ../rdoc/lib/rdoc* ./lib`