File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ test/tmp
12
12
test /version_tmp
13
13
tmp
14
14
bin /
15
+ vendor /
15
16
16
17
# YARD artifacts
17
18
.yardoc
Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
rubocop-github (0.25.0 )
5
- rubocop (>= 1.72 )
5
+ rubocop (>= 1.76 )
6
6
rubocop-performance (>= 1.24 )
7
7
rubocop-rails (>= 2.23 )
8
8
74
74
rainbow (3.1.1 )
75
75
rake (13.2.1 )
76
76
regexp_parser (2.10.0 )
77
- rubocop (1.75.7 )
77
+ rubocop (1.76.0 )
78
78
json (~> 2.3 )
79
79
language_server-protocol (~> 3.17.0.2 )
80
80
lint_roller (~> 1.1.0 )
81
81
parallel (~> 1.10 )
82
82
parser (>= 3.3.0.2 )
83
83
rainbow (>= 2.2.2 , < 4.0 )
84
84
regexp_parser (>= 2.9.3 , < 3.0 )
85
- rubocop-ast (>= 1.44 .0 , < 2.0 )
85
+ rubocop-ast (>= 1.45 .0 , < 2.0 )
86
86
ruby-progressbar (~> 1.7 )
87
87
unicode-display_width (>= 2.4.0 , < 4.0 )
88
- rubocop-ast (1.44.1 )
88
+ rubocop-ast (1.45.0 )
89
89
parser (>= 3.3.7.2 )
90
90
prism (~> 1.4 )
91
91
rubocop-performance (1.25.0 )
Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ Naming/MethodName:
818
818
Naming/MethodParameterName :
819
819
Enabled : false
820
820
821
- Naming/PredicateName :
821
+ Naming/PredicatePrefix :
822
822
Enabled : false
823
823
824
824
Naming/RescuedExceptionsVariableName :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
21
21
s . required_ruby_version = ">= 3.1.0"
22
22
23
- s . add_dependency "rubocop" , ">= 1.72 "
23
+ s . add_dependency "rubocop" , ">= 1.76 "
24
24
s . add_dependency "rubocop-performance" , ">= 1.24"
25
25
s . add_dependency "rubocop-rails" , ">= 2.23"
26
26
You can’t perform that action at this time.
0 commit comments