# frozen_string_literal: true require 'bundler/gem_tasks' desc 'The default task' task default: %i[clobber compile spec lint]