From a547d061b2503f62cb8df61359bae6aca539d352 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Tue, 1 Jan 2019 10:21:29 -0700 Subject: [PATCH] Updated to Git Cop 3.0.0. Includes enhanced support for XDG environment variables which don't require support of additional tools like [direnv](https://direnv.net). [Changes](https://github.com/bkuhlmann/git-cop/releases/tag/3.0.0). --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c10c9bb..81a68b3 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source "https://rubygems.org" gem "rake", "~> 12.0" -gem "git-cop", "~> 2.2" +gem "git-cop", "~> 3.0"