Skip to content

Commit

Permalink
No need to update remotes
Browse files Browse the repository at this point in the history
Everything is already fetched locally.
  • Loading branch information
deivid-rodriguez committed Jun 22, 2020
1 parent 6e0c28d commit 9c30463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundler/spec/support/rubygems_version_manager.rb
Expand Up @@ -75,7 +75,6 @@ def reexec_if_needed
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
Expand Down

0 comments on commit 9c30463

Please sign in to comment.