Files
Brooke Kuhlmann d38421a2ee Added Rake, RSpec, and RuboCop bin stubs
Necessary to provide developer conveniences (but will also be used by CI).

Milestone: minor
2026-02-02 08:30:16 -07:00

7 lines
110 B
Ruby
Executable File

#! /usr/bin/env ruby
# frozen_string_literal: true
require "bundler/setup"
load Gem.bin_path "rake", "rake"