diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,4 +59,8 @@ group :test do gem 'ci_reporter' gem 'rspec' gem 'minitest-reporters' + + gem 'rubocop' + gem 'rubocop-performance' + gem 'rubocop-rails' end |