From 95297426aac04c6586088dfefba0b35b5b021dd1 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 6 Jul 2024 15:08:03 -0600 Subject: [PATCH] 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 77abd07..1af7f25 100644 --- a/Gemfile +++ b/Gemfile @@ -6,5 +6,5 @@ source "https://rubygems.org" gem "caliber", "~> 0.58" gem "debug", "~> 1.9" -gem "git-lint", "~> 7.3" +gem "git-lint", "~> 8.0" gem "rake", "~> 13.2"