Updated to Git Lint 4.0.0

Necessary to pick up auto-inject implementation changes.
This commit is contained in:
Brooke Kuhlmann
2022-04-10 07:58:31 -06:00
parent 3aa3ea59e7
commit 1686b0c98f

View File

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