# File lib/bundler/cli.rb, line 116
    def check
      require "bundler/cli/check"
      Check.new(options).run
    end