Add rubocop gem

This commit is contained in:
Lars Henrik Mai 2020-03-09 11:27:33 +01:00
parent 75f6467237
commit 247f4b85b7
2 changed files with 2 additions and 0 deletions

View file

@ -59,6 +59,7 @@ group :development, :test do
gem 'capybara'
gem 'puma'
gem 'launchy'
gem 'rubocop'
end
group :test do