summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-05 20:37:39 -0400
committerDavid Gay <david@davidgay.org>2021-04-05 20:37:39 -0400
commit494aea2b3ad178b1a46f45980905b128132c5a3a (patch)
treedd721eb62b03fdda651ba7c3985d86715351c736 /Gemfile
parentcc8742ecbc82f74d15719500c9b2f10ce53de89f (diff)
Rubocop config and bundle install
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1c4c9f5..946ce73 100644
--- a/Gemfile
+++ b/Gemfile
@@ -42,6 +42,11 @@ group :development do
gem 'listen', '~> 3.3'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
+ # Rubocop
+ gem "rubocop", ">= 0.90", require: false
+ gem "rubocop-packaging", require: false
+ gem "rubocop-performance", require: false
+ gem "rubocop-rails", require: false
end
group :test do