# File lib/bundler/cli.rb, line 421
    def lock
      require "bundler/cli/lock"
      Lock.new(options).run
    end