diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-07-16 11:20:03 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-07-16 11:20:03 -0700 |
| commit | 74b2efbadf0aed9a20ff36445b09454fa6311d40 (patch) | |
| tree | 919c092441808e8b06d6b024fe43448c2f0a44f0 /bin | |
| parent | e67326df41041ee6946e20ea8ddda30c22536a2e (diff) | |
The Willora class needs fileutils and erb, not the CLI tool
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/willora | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/willora b/bin/willora index 37591b0..bb3b152 100755 --- a/bin/willora +++ b/bin/willora @@ -4,8 +4,6 @@ # Charlotte Koch <charlotte@magentastripe.com> # -require 'erb' -require 'fileutils' require 'optparse' $LOAD_PATH.unshift File.join(__dir__, "..", "lib") |
