mirror of
https://github.com/usetrmnl/trmnl-liquid.git
synced 2026-04-29 13:43:18 -07:00
Necessary to provide developer conveniences (but will also be used by CI). Milestone: minor
7 lines
110 B
Ruby
Executable File
7 lines
110 B
Ruby
Executable File
#! /usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require "bundler/setup"
|
|
|
|
load Gem.bin_path "rake", "rake"
|