Update the upstream repository of bundler
This commit is contained in:
parent
7693897a11
commit
e04366056a
@ -148,7 +148,7 @@ Zachary Scott (zzak)
|
|||||||
https://rubygems.org/gems/benchmark
|
https://rubygems.org/gems/benchmark
|
||||||
[lib/bundler.rb, lib/bundler/*]
|
[lib/bundler.rb, lib/bundler/*]
|
||||||
Hiroshi SHIBATA (hsbt)
|
Hiroshi SHIBATA (hsbt)
|
||||||
https://github.com/bundler/bundler
|
https://github.com/rubygems/bundler
|
||||||
https://rubygems.org/gems/bundler
|
https://rubygems.org/gems/bundler
|
||||||
[lib/cgi.rb, lib/cgi/*]
|
[lib/cgi.rb, lib/cgi/*]
|
||||||
Takeyuki Fujioka (xibbar)
|
Takeyuki Fujioka (xibbar)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# sync following repositories to ruby repository
|
# sync following repositories to ruby repository
|
||||||
#
|
#
|
||||||
# * https://github.com/rubygems/rubygems
|
# * https://github.com/rubygems/rubygems
|
||||||
# * https://github.com/bundler/bundler
|
# * https://github.com/rubygems/bundler
|
||||||
# * https://github.com/ruby/rdoc
|
# * https://github.com/ruby/rdoc
|
||||||
# * https://github.com/ruby/reline
|
# * https://github.com/ruby/reline
|
||||||
# * https://github.com/flori/json
|
# * https://github.com/flori/json
|
||||||
@ -56,7 +56,7 @@ include FileUtils
|
|||||||
|
|
||||||
$repositories = {
|
$repositories = {
|
||||||
rubygems: 'rubygems/rubygems',
|
rubygems: 'rubygems/rubygems',
|
||||||
bundler: 'bundler/bundler',
|
bundler: 'rubygems/bundler',
|
||||||
rdoc: 'ruby/rdoc',
|
rdoc: 'ruby/rdoc',
|
||||||
reline: 'ruby/reline',
|
reline: 'ruby/reline',
|
||||||
json: 'flori/json',
|
json: 'flori/json',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user