#!/usr/bin/env ruby

# encoding: UTF-8
# frozen_string_literal: true

require_relative '../config/boot'
require 'rake'
Rake.application.run
