summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-16 20:05:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-16 20:05:07 +0900
commitef11414b1fc92c452df78a3d03fdd93ac95b26d1 (patch)
treeb3d87037dd9f5f30c49d629471715fbc30725cde /tool
parent9a76072873a0698038a87961b2fed31ac1485c64 (diff)
Added LICENSE entry of vendored connection_pool to LEGAL
Diffstat (limited to 'tool')
-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 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")