summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-01-10 22:56:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-01-10 22:56:46 +0900
commite04366056af5fb55db1e3d38a39fbe3316b13e9c (patch)
tree700905e1f95164c606f29c0fef043af07fed6d32 /tool/sync_default_gems.rb
parent7693897a1153c83cb2bdc147552e2fa2aa47f0c7 (diff)
Update the upstream repository of bundler
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index c9ca81f786..c206017ae2 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -1,7 +1,7 @@
# sync following repositories to ruby repository
#
# * https://github.com/rubygems/rubygems
-# * https://github.com/bundler/bundler
+# * https://github.com/rubygems/bundler
# * https://github.com/ruby/rdoc
# * https://github.com/ruby/reline
# * https://github.com/flori/json
@@ -56,7 +56,7 @@ include FileUtils
$repositories = {
rubygems: 'rubygems/rubygems',
- bundler: 'bundler/bundler',
+ bundler: 'rubygems/bundler',
rdoc: 'ruby/rdoc',
reline: 'ruby/reline',
json: 'flori/json',