From 9c923166863c4c350753c8c69c97a01f300900ff Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Mon, 27 Dec 2021 15:42:12 -0700 Subject: [PATCH] Updated to Git Lint 3.0.0 [Details](https://www.alchemists.io/projects/git-lint/changes.html). --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 38640aa..8455608 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,5 @@ source "https://rubygems.org" -gem "git-lint", "~> 2.0" +gem "git-lint", "~> 3.0" gem "rake", "~> 13.0"