main
David Vargas 2022-11-25 13:19:39 +00:00
parent 12512abe5a
commit 7bbe334271
3 changed files with 7 additions and 0 deletions

1
test/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.lock

1
test/.ruby-version Normal file
View File

@ -0,0 +1 @@
3.0.4

5
test/Gemfile Normal file
View File

@ -0,0 +1,5 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "colorize"