Added Debug gem

Necessary for debugging purposes but also for running global health scripts across all projects (including this one).
This commit is contained in:
Brooke Kuhlmann
2023-06-22 09:49:02 -06:00
parent 63ef52185b
commit 2170941383

View File

@@ -5,5 +5,6 @@ ruby File.read(".ruby-version").strip
source "https://rubygems.org"
gem "caliber", "~> 0.35"
gem "debug", "~> 1.8"
gem "git-lint", "~> 6.0"
gem "rake", "~> 13.0"