# File lib/appraisal/appraisal.rb, line 79
    def update(gems = [])
      Command.new(update_command(gems), :gemfile => gemfile_path).run
    end