From ef11414b1fc92c452df78a3d03fdd93ac95b26d1 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 16 Nov 2021 20:05:07 +0900 Subject: Added LICENSE entry of vendored connection_pool to LEGAL --- 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 01585796d1..eb494a49e4 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -107,6 +107,7 @@ def sync_default_gems(gem) rm_rf("lib/bundler/vendor/thor/LICENSE.md") rm_rf("lib/rubygems/resolver/molinillo/LICENSE") rm_rf("lib/bundler/vendor/molinillo/LICENSE") + rm_rf("lib/bundler/vendor/connection_pool/LICENSE") when "rdoc" rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri]) cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib") -- cgit v1.2.1