Add rubocop to Gemfile

This commit is contained in:
David Parker
2021-09-15 09:07:43 -06:00
parent dacc0e8ad2
commit 745ee896dd
+2
View File
@@ -26,6 +26,8 @@ group :development, :test do
gem 'pry'
# https://github.com/lsegal/yard
gem 'yard'
# https://github.com/airbnb/ruby/tree/master/rubocop
gem 'rubocop'
# https://github.com/airbnb/ruby/tree/master/rubocop-airbnb
gem 'rubocop-airbnb'
end