File tree Expand file tree Collapse file tree 4 files changed +10
-16
lines changed Expand file tree Collapse file tree 4 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
ruby :
17
- - 3.0.3
18
17
- 3.1.0
19
18
- 3.2.2
20
19
- 3.3.2
Original file line number Diff line number Diff line change 1
1
inherit_from : .rubocop_todo.yml
2
2
3
- require :
3
+ plugins :
4
4
- rubocop-rake
5
5
- rubocop-rspec
6
6
Original file line number Diff line number Diff line change 7
7
8
8
gem "rake"
9
9
gem "rspec"
10
- gem "rubocop"
11
- gem "rubocop-rake"
12
- gem "rubocop-rspec" , "~> 2.23.2" , require : false # https://github.com/rubocop/rubocop-rspec/issues/1717
10
+ gem "rubocop" , require : false
11
+ gem "rubocop-rake" , require : false
12
+ gem "rubocop-rspec" , require : false
13
13
gem "simplecov"
Original file line number Diff line number Diff line change 33
33
diff-lcs (>= 1.2.0 , < 2.0 )
34
34
rspec-support (~> 3.13.0 )
35
35
rspec-support (3.13.2 )
36
- rubocop (1.73.1 )
36
+ rubocop (1.73.2 )
37
37
json (~> 2.3 )
38
38
language_server-protocol (~> 3.17.0.2 )
39
39
lint_roller (~> 1.1.0 )
46
46
unicode-display_width (>= 2.4.0 , < 4.0 )
47
47
rubocop-ast (1.38.1 )
48
48
parser (>= 3.3.1.0 )
49
- rubocop-capybara (2.21.0 )
50
- rubocop (~> 1.41 )
51
- rubocop-factory_bot (2.26.1 )
52
- rubocop (~> 1.61 )
53
49
rubocop-rake (0.7.1 )
54
50
lint_roller (~> 1.1 )
55
51
rubocop (>= 1.72.1 )
56
- rubocop-rspec (2.23.2 )
57
- rubocop (~> 1.33 )
58
- rubocop-capybara (~> 2.17 )
59
- rubocop-factory_bot (~> 2.22 )
52
+ rubocop-rspec (3.5.0 )
53
+ lint_roller (~> 1.1 )
54
+ rubocop (~> 1.72 , >= 1.72.1 )
60
55
ruby-progressbar (1.13.0 )
61
56
simplecov (0.22.0 )
62
57
docile (~> 1.1 )
@@ -77,8 +72,8 @@ DEPENDENCIES
77
72
rspec
78
73
rubocop
79
74
rubocop-rake
80
- rubocop-rspec ( ~> 2.23.2 )
75
+ rubocop-rspec
81
76
simplecov
82
77
83
78
BUNDLED WITH
84
- 2.3.10
79
+ 2.6.2
You can’t perform that action at this time.
0 commit comments