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