feat: begin the repo a bit late but better than never

This commit is contained in:
David Bailey 2023-04-03 22:36:01 +02:00
commit 607159334b
22 changed files with 898 additions and 0 deletions

14
Gemfile Normal file
View file

@ -0,0 +1,14 @@
# frozen_string_literal: true
source "https://rubygems.org"
# Specify your gem's dependencies in comfpile.gemspec
gemspec
gem "rake", "~> 13.0"
gem "pry"
gem "minitest", "~> 5.0"
gem "debug", "~> 1.0"
gem "rubocop", "~> 1.21"