feat: ✨ begin the repo a bit late but better than never
This commit is contained in:
commit
607159334b
22 changed files with 898 additions and 0 deletions
14
Gemfile
Normal file
14
Gemfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue