summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-16 19:48:32 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-16 19:48:32 +0900
commit1ff7b9cac4b89d295f7b9d8029ab7530c88662d5 (patch)
treec94e900415478f8f44c67011ab041c4a6397e3bc /tool/sync_default_gems.rb
parent018266ca387eacd1f149141717104f57ab86cccd (diff)
Added LICENSE entry of vendored thor to LEGAL
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/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 bd25d7b75b..9b025fa4f6 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -104,6 +104,7 @@ def sync_default_gems(gem)
cp_r(Dir.glob("#{upstream}/bundler/tool/bundler/rubocop_gems*"), "tool/bundler")
cp_r(Dir.glob("#{upstream}/bundler/tool/bundler/standard_gems*"), "tool/bundler")
rm_rf(%w[spec/bundler/support/artifice/vcr_cassettes])
+ rm_rf("lib/bundler/vendor/thor/LICENSE.md")
when "rdoc"
rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri])
cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib")