File tree 3 files changed +14
-17
lines changed
3 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 8
8
- rubocop-capybara
9
9
- rubocop-factory_bot
10
10
- rubocop-performance
11
- - rubocop-inflector
12
11
- ./config/initializers/inflections.rb
13
12
14
13
<% if File.exist?('.rubocop-local.yml') % >
Original file line number Diff line number Diff line change @@ -330,10 +330,12 @@ group :development, :test do
330
330
331
331
# ruby linting
332
332
gem "rubocop" , require : false
333
- gem "rubocop-inflector" , require : false
333
+ gem "rubocop-capybara" , require : false
334
+ gem "rubocop-factory_bot" , require : false
334
335
gem "rubocop-performance" , require : false
335
336
gem "rubocop-rails" , require : false
336
337
gem "rubocop-rspec" , require : false
338
+ gem "rubocop-rspec_rails" , require : false
337
339
338
340
# erb linting
339
341
gem "erb_lint" , require : false
Original file line number Diff line number Diff line change 940
940
actionpack (>= 5.2 )
941
941
railties (>= 5.2 )
942
942
retriable (3.1.2 )
943
- rexml (3.2.9 )
943
+ rexml (3.3.0 )
944
944
strscan
945
945
rinku (2.0.6 )
946
946
roar (1.2.0 )
985
985
parser (>= 3.3.1.0 )
986
986
rubocop-capybara (2.21.0 )
987
987
rubocop (~> 1.41 )
988
- rubocop-factory_bot (2.26.0 )
989
- rubocop (~> 1.41 )
990
- rubocop-inflector (0.2.1 )
991
- activesupport
992
- rubocop
993
- rubocop-rspec
988
+ rubocop-factory_bot (2.26.1 )
989
+ rubocop (~> 1.61 )
994
990
rubocop-performance (1.21.0 )
995
991
rubocop (>= 1.48.1 , < 2.0 )
996
992
rubocop-ast (>= 1.31.1 , < 2.0 )
@@ -999,13 +995,11 @@ GEM
999
995
rack (>= 1.1 )
1000
996
rubocop (>= 1.33.0 , < 2.0 )
1001
997
rubocop-ast (>= 1.31.1 , < 2.0 )
1002
- rubocop-rspec (2.31.0 )
1003
- rubocop (~> 1.40 )
1004
- rubocop-capybara (~> 2.17 )
1005
- rubocop-factory_bot (~> 2.22 )
1006
- rubocop-rspec_rails (~> 2.28 )
1007
- rubocop-rspec_rails (2.29.0 )
1008
- rubocop (~> 1.40 )
998
+ rubocop-rspec (3.0.1 )
999
+ rubocop (~> 1.61 )
1000
+ rubocop-rspec_rails (2.30.0 )
1001
+ rubocop (~> 1.61 )
1002
+ rubocop-rspec (~> 3 , >= 3.0.1 )
1009
1003
ruby-duration (3.2.3 )
1010
1004
activesupport (>= 3.0.0 )
1011
1005
i18n
@@ -1316,10 +1310,12 @@ DEPENDENCIES
1316
1310
rspec-rails (~> 6.1.0 )
1317
1311
rspec-retry (~> 0.6.1 )
1318
1312
rubocop
1319
- rubocop-inflector
1313
+ rubocop-capybara
1314
+ rubocop-factory_bot
1320
1315
rubocop-performance
1321
1316
rubocop-rails
1322
1317
rubocop-rspec
1318
+ rubocop-rspec_rails
1323
1319
ruby-duration (~> 3.2.0 )
1324
1320
ruby-prof
1325
1321
ruby-progressbar (~> 1.13.0 )
You can’t perform that action at this time.
0 commit comments