diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-27 11:02:48 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-27 11:02:48 +0000 |
commit | 6592dca931e13679a28353e3e1f77f3e1d32ad4c (patch) | |
tree | 228947a874bd4ccf3ea8c777ebb4e2b5c5f6ee62 | |
parent | c6fa9664f3c277573ae62a0ff7296f9f7c8c8053 (diff) | |
download | bundler-6592dca931e13679a28353e3e1f77f3e1d32ad4c.tar.gz |
Ignored obsoleted `bundle_ruby` command from upstream.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | tool/sync_default_gems.rb | 1 |
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` |