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