From 6592dca931e13679a28353e3e1f77f3e1d32ad4c Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 27 Nov 2017 11:02:48 +0000 Subject: Ignored obsoleted `bundle_ruby` command from upstream. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/sync_default_gems.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') 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` -- cgit v1.2.3