Updated to Git Lint 1.0.0

It is necessary to drop Git Cop because it has been deprecated. [Git
Lint](https://www.alchemists.io/projects/git-lint) is the new offical
gem for analyzing Git commit quality.
This commit is contained in:
Brooke Kuhlmann
2020-06-13 15:47:00 -06:00
parent 62295d0851
commit 3158d024df
2 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,4 @@
source "https://rubygems.org"
gem "rake", "~> 13.0"
gem "git-cop", "~> 4.0"
gem "git-lint", "~> 1.0"