# File lib/bundler/source/git.rb, line 34 def self.from_lock(options) new(options.merge("uri" => options.delete("remote"))) end