diff options
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-x | tool/sync_default_gems.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index eb494a49e4..741216b9ed 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -108,6 +108,7 @@ def sync_default_gems(gem) rm_rf("lib/rubygems/resolver/molinillo/LICENSE") rm_rf("lib/bundler/vendor/molinillo/LICENSE") rm_rf("lib/bundler/vendor/connection_pool/LICENSE") + rm_rf("lib/bundler/vendor/net-http-persistent/README.rdoc") when "rdoc" rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri]) cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib") |