Added Rake binstub

Necessary to reduce typing and be consistent with existing binstub use.
This commit is contained in:
Brooke Kuhlmann
2023-01-22 09:31:11 -07:00
parent 4b77ecefd5
commit 113f3b88f5

6
bin/rake Executable file
View File

@@ -0,0 +1,6 @@
#! /usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
load Gem.bin_path "rake", "rake"