add Rakefile

This commit is contained in:
2025-03-11 04:53:38 -05:00
parent 9a19b6bae0
commit 45862025cf
2 changed files with 3 additions and 0 deletions

View File

@ -22,4 +22,5 @@ group :development do
gem "rspec"
gem "standard"
gem "minitest"
gem "rake"
end