Added Caliber gem

Necessary to improve maintenance of project. Not much Ruby code is used
but having these checks in place -- even is only for gem dependencies
-- is nice.
This commit is contained in:
Brooke Kuhlmann
2022-03-03 18:50:06 -07:00
parent 9a8b9cda93
commit 253abf249d
2 changed files with 3 additions and 0 deletions

2
.rubocop.yml Normal file
View File

@@ -0,0 +1,2 @@
inherit_gem:
caliber: config/all.yml

View File

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