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