1#!/usr/bin/env ruby 2begin 3 load File.expand_path("../spring", __FILE__) 4rescue LoadError 5end 6require_relative '../config/boot' 7require 'rake' 8Rake.application.run