File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ require : rubocop-rails
2+
3+ AllCops :
4+ NewCops : enable
Original file line number Diff line number Diff line change @@ -65,5 +65,6 @@ gem 'net-ssh'
6565gem 'ed25519'
6666gem 'bcrypt_pbkdf'
6767
68- gem 'rubocop'
69- gem 'brakeman'
68+ gem 'rubocop' , require : false
69+ gem 'rubocop-rails' , require : false
70+ gem 'brakeman' , require : false
Original file line number Diff line number Diff line change 239239 unicode-display_width (>= 1.4.0 , < 3.0 )
240240 rubocop-ast (1.4.1 )
241241 parser (>= 2.7.1.5 )
242+ rubocop-rails (2.9.1 )
243+ activesupport (>= 4.2.0 )
244+ rack (>= 1.1 )
245+ rubocop (>= 0.90.0 , < 2.0 )
242246 ruby-progressbar (1.11.0 )
243247 ruby_dep (1.5.0 )
244248 rubyzip (2.3.0 )
@@ -341,6 +345,7 @@ DEPENDENCIES
341345 rails (~> 6.1.1 )
342346 railties (>= 6.0.0 )
343347 rubocop
348+ rubocop-rails
344349 sass-rails (~> 5.0 )
345350 selenium-webdriver
346351 sidekiq
You can’t perform that action at this time.
0 commit comments