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'