From 5d4c1fb9622bd717e4a42f71f2e1dde06d1174a9 Mon Sep 17 00:00:00 2001 From: Mattia Giuffrida Date: Mon, 8 Aug 2022 09:20:12 +0100 Subject: [PATCH] Temporarily use edge rubocop-packaging --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b6645427..f0d177ce 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ end group :development, :lint do gem 'rubocop' - gem 'rubocop-packaging', '~> 0.5' + gem 'rubocop-packaging', github: 'utkarsh2102/rubocop-packaging' # '~> 0.5' gem 'rubocop-performance', '~> 1.0' gem 'yard-junk' end