From 5ea27174244aebf440af3541b33135054f65aaab Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 7 Nov 2018 17:18:14 +0000 Subject: Following up r65583. Removed VCR files when retrieving code from upstream. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/sync_default_gems.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/sync_default_gems.rb') diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index d42ad70658..18505803e9 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -92,6 +92,7 @@ def sync_default_gems(gem) `cp ../../bundler/bundler/bundler.gemspec ./lib` `cp -r ../../bundler/bundler/spec spec/bundler` `cp -r ../../bundler/bundler/man/*.{1,5,1\.txt,5\.txt,ronn} ./man` + `rm -rf spec/bundler/support/artifice/vcr_cassettes` when "rdoc" `rm -rf lib/rdoc* test/rdoc` `cp -rf ../rdoc/lib/rdoc* ./lib` -- cgit v1.2.3