1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update the upstream repository of bundler

This commit is contained in:
Hiroshi SHIBATA 2020-01-10 22:56:46 +09:00
parent 7693897a11
commit e04366056a
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@ Zachary Scott (zzak)
https://rubygems.org/gems/benchmark
[lib/bundler.rb, lib/bundler/*]
Hiroshi SHIBATA (hsbt)
https://github.com/bundler/bundler
https://github.com/rubygems/bundler
https://rubygems.org/gems/bundler
[lib/cgi.rb, lib/cgi/*]
Takeyuki Fujioka (xibbar)

View file

@ -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',