From 0906599e70762ecc31d03de124fffc202bf9385d Mon Sep 17 00:00:00 2001 From: Daniel Bogan Date: Tue, 16 Jan 2024 08:44:50 +0000 Subject: [PATCH] Add rubocop-rake --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index a063908..15723f5 100644 --- a/Gemfile +++ b/Gemfile @@ -6,5 +6,6 @@ gemspec gem 'rake', '~> 13.0' gem 'rspec', '~> 3.12' +gem 'rubocop-rake', '~> 0.6' gem 'rubocop-rspec', '~> 2.22' gem 'simplecov', '~> 0.21'