Updated to Caliber 0.6.0

Necessary to pick up latest RuboCop RSpec enhancements and fixes.
This commit is contained in:
Brooke Kuhlmann
2022-04-19 09:24:54 -06:00
parent b270852fb5
commit 0945809dc4

View File

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