#!/usr/bin/env ruby

# Needs to happen first
require "bundler/setup"
require "next_rails"
NextRails::BundleReport::CLI.new(ARGV).run
