File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ gem "activesupport", require: false
6
6
gem "mry" , require : false
7
7
gem "parser"
8
8
gem "pry" , require : false
9
- gem "rubocop" , "1.25.0 " , require : false
9
+ gem "rubocop" , "1.25.1 " , require : false
10
10
gem "rubocop-i18n" , require : false
11
11
gem "rubocop-graphql" , require : false
12
12
gem "rubocop-minitest" , require : false
Original file line number Diff line number Diff line change 10
10
coderay (1.1.3 )
11
11
concurrent-ruby (1.1.9 )
12
12
diff-lcs (1.5.0 )
13
- i18n (1.8.11 )
13
+ i18n (1.9.1 )
14
14
concurrent-ruby (~> 1.0 )
15
15
method_source (1.0.0 )
16
16
minitest (5.15.0 )
31
31
rspec-core (~> 3.10.0 )
32
32
rspec-expectations (~> 3.10.0 )
33
33
rspec-mocks (~> 3.10.0 )
34
- rspec-core (3.10.1 )
34
+ rspec-core (3.10.2 )
35
35
rspec-support (~> 3.10.0 )
36
36
rspec-expectations (3.10.2 )
37
37
diff-lcs (>= 1.2.0 , < 2.0 )
38
38
rspec-support (~> 3.10.0 )
39
- rspec-mocks (3.10.2 )
39
+ rspec-mocks (3.10.3 )
40
40
diff-lcs (>= 1.2.0 , < 2.0 )
41
41
rspec-support (~> 3.10.0 )
42
42
rspec-support (3.10.3 )
43
- rubocop (1.25.0 )
43
+ rubocop (1.25.1 )
44
44
parallel (~> 1.10 )
45
45
parser (>= 3.1.0.0 )
46
46
rainbow (>= 2.2.2 , < 4.0 )
55
55
rubocop (>= 0.87 , < 2 )
56
56
rubocop-i18n (3.0.0 )
57
57
rubocop (~> 1.0 )
58
- rubocop-minitest (0.17.0 )
58
+ rubocop-minitest (0.17.1 )
59
59
rubocop (>= 0.90 , < 2.0 )
60
60
rubocop-performance (1.13.2 )
61
61
rubocop (>= 1.7.0 , < 2.0 )
66
66
rubocop (>= 1.7.0 , < 2.0 )
67
67
rubocop-rake (0.6.0 )
68
68
rubocop (~> 1.0 )
69
- rubocop-rspec (2.7 .0 )
69
+ rubocop-rspec (2.8 .0 )
70
70
rubocop (~> 1.19 )
71
71
rubocop-sequel (0.3.3 )
72
72
rubocop (~> 1.0 )
@@ -93,7 +93,7 @@ DEPENDENCIES
93
93
pry
94
94
rake
95
95
rspec
96
- rubocop (= 1.25.0 )
96
+ rubocop (= 1.25.1 )
97
97
rubocop-graphql
98
98
rubocop-i18n
99
99
rubocop-minitest
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ restricted names that will always register an offense.
21
21
num1 * num2
22
22
end
23
23
24
- # With `MinArgNameLength ` set to number greater than 1
24
+ # With `MinNameLength ` set to number greater than 1
25
25
def baz(a, b, c)
26
26
do_stuff(a, b, c)
27
27
end
You can’t perform that action at this time.
0 commit comments