# File lib/bundler/commands/exec_command.rb, line 31
  def execute
    # Prevent the bundler from getting required unless it is actually being used
    require 'bundler'
    Bundler::CLI.run(:exec, options)
  end