From e23d58b255cab0d80ae6b0f9acae2f53778e5980 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Sat, 23 Nov 2019 14:06:16 -0800 Subject: [PATCH] WIP: Bump licensee to the master branch This PR: https://github.com/licensee/licensee/pull/391 added support for detecting the BSD 4-Clause license. Bump the local licensee to use the master branch in order to correctly detect BSD 4-Clause licenses. Signed-off-by: Alistair Francis --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6677662..afe5a46 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ end group :test do gem 'html-proofer', '~> 3.0' - gem 'licensee' + gem 'licensee', git: 'https://github.com/licensee/licensee.git', branch: 'master' gem 'rake' gem 'rspec' gem 'rubocop'