From 7825e8363d4b2ccad8e2d3f5eeba9e26f6656911 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 22 Dec 2017 23:08:05 +0000 Subject: Postponing the Bundler merge. I faced a big issue about Bundler with ruby core. I have no time to resolve it issue before 2.5 final release. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/sync_default_gems.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tool/sync_default_gems.rb') diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 777e4d7f99..b12b7a792a 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -1,7 +1,6 @@ # sync following repositories to ruby repository # # * https://github.com/rubygems/rubygems -# * https://github.com/bundler/bundler # * https://github.com/ruby/rdoc # * https://github.com/flori/json # * https://github.com/ruby/psych @@ -26,7 +25,6 @@ $repositories = { rubygems: 'rubygems/rubygems', - bundler: 'bundler/bundler', rdoc: 'ruby/rdoc', json: 'flori/json', psych: 'ruby/psych', @@ -63,13 +61,6 @@ def sync_default_gems(gem) `rm -rf lib/rubygems* test/rubygems` `cp -r ../../rubygems/rubygems/lib/rubygems* ./lib` `cp -r ../../rubygems/rubygems/test/rubygems ./test` - when "bundler" - `rm -rf lib/bundler* bin/bundler bin/bundle bin/bundle_ruby spec/bundler` - `cp -r ../../bundler/bundler/lib/bundler* ./lib` - `cp -r ../../bundler/bundler/exe/bundle* ./bin` - `cp ../../bundler/bundler/bundler.gemspec ./lib` - `cp -r ../../bundler/bundler/spec spec/bundler` - `rm -rf bin/bundle_ruby` when "rdoc" `rm -rf lib/rdoc* test/rdoc` `cp -rf ../rdoc/lib/rdoc* ./lib` -- cgit v1.2.3