Updated to Git Lint 8.0.0

See link:https://alchemists.io/projects/git-lint/versions[details]. Even though this is a major upgrade, I'm marking this as a _patch_ because none of the Git Lint changes effect this project.

Milestone: patch
This commit is contained in:
Brooke Kuhlmann
2024-07-06 15:08:03 -06:00
parent 494bd26be9
commit 95297426aa

View File

@@ -6,5 +6,5 @@ source "https://rubygems.org"
gem "caliber", "~> 0.58" gem "caliber", "~> 0.58"
gem "debug", "~> 1.9" gem "debug", "~> 1.9"
gem "git-lint", "~> 7.3" gem "git-lint", "~> 8.0"
gem "rake", "~> 13.2" gem "rake", "~> 13.2"