[rubygems/rubygems] No need to update remotes

Everything is already fetched locally.

https://github.com/rubygems/rubygems/commit/9c304639b1
This commit is contained in:
David Rodríguez 2020-06-22 00:48:05 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель d189d31ce9
Коммит 17b92d221f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -75,7 +75,6 @@ private
def switch_local_copy_if_needed
return unless local_copy_switch_needed?
sys_exec("git remote update", :dir => local_copy_path)
sys_exec("git checkout #{target_tag}", :dir => local_copy_path)
ENV["RGV"] = local_copy_path.to_s