summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8b3c43cfb..388abdcc8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,6 +84,8 @@ group :test do
gem 'puma', '~> 3.7'
gem "capybara", '~> 2.13'
gem "selenium-webdriver"
+ # RuboCop
+ gem 'rubocop', '~> 0.71.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")