rake 244 B

123456789101112
  1. #!/usr/bin/env ruby
  2. # frozen_string_literal: true
  3. require "pathname"
  4. ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
  5. Pathname.new(__FILE__).realpath)
  6. require "rubygems"
  7. require "bundler/setup"
  8. load Gem.bin_path("rake", "rake")