armitage-rubocop 1.75.7.7 → 1.81.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +51 -40
- data/armitage-rubocop.gemspec +9 -9
- data/lib/common/gemspec.yml +5 -0
- data/lib/common/layout.yml +3 -0
- data/lib/common/lint.yml +13 -0
- data/lib/common/naming.yml +8 -1
- data/lib/common/rails.yml +6 -0
- data/lib/common/style.yml +17 -2
- data/lib/rbs/lint.yml +6 -0
- data/lib/rspec/rails.yml +3 -0
- data/lib/rspec/rspec.yml +3 -0
- metadata +18 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0388d6a056a5183052624bafcbfa3501502c2347d85b1711a99a8505a11a225b'
|
|
4
|
+
data.tar.gz: a36bc43c295d4df53328d423f03ca8f788e2aef22612c5cab74beb27f8c57fc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 989722cb55f92dabe07c69eacc44893ded46f9e946f3ae6f7baca9e8a3b37e72154b97a72696121d82629988153008d4c4bfa1adcd4eeac5829d7cf206ef45e1
|
|
7
|
+
data.tar.gz: 944c7ec310d1df16ecb2b0567047155951dbd0e61e722157d761a550360ac43ca5a0e0902f1e704ccc2c23b7678d0e4ee7d2cbcc5882b131ae74bf333c4ddcc3
|
data/Gemfile.lock
CHANGED
|
@@ -1,66 +1,76 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
armitage-rubocop (1.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
armitage-rubocop (1.81.7)
|
|
5
|
+
rubocop (= 1.81.7)
|
|
6
6
|
rubocop-capybara (= 2.22.1)
|
|
7
|
-
rubocop-factory_bot (= 2.
|
|
8
|
-
rubocop-on-rbs (= 1.
|
|
9
|
-
rubocop-performance (= 1.
|
|
10
|
-
rubocop-rails (= 2.
|
|
7
|
+
rubocop-factory_bot (= 2.28.0)
|
|
8
|
+
rubocop-on-rbs (= 1.8.0)
|
|
9
|
+
rubocop-performance (= 1.26.1)
|
|
10
|
+
rubocop-rails (= 2.33.4)
|
|
11
11
|
rubocop-rake (= 0.7.1)
|
|
12
|
-
rubocop-rspec (= 3.
|
|
13
|
-
rubocop-rspec_rails (= 2.
|
|
14
|
-
rubocop-thread_safety (= 0.7.
|
|
12
|
+
rubocop-rspec (= 3.8.0)
|
|
13
|
+
rubocop-rspec_rails (= 2.32.0)
|
|
14
|
+
rubocop-thread_safety (= 0.7.3)
|
|
15
|
+
armitage-rubocop (1.81.7.0)
|
|
16
|
+
rubocop (= 1.81.7)
|
|
17
|
+
rubocop-capybara (= 2.22.1)
|
|
18
|
+
rubocop-factory_bot (= 2.28.0)
|
|
19
|
+
rubocop-on-rbs (= 1.8.0)
|
|
20
|
+
rubocop-performance (= 1.26.1)
|
|
21
|
+
rubocop-rails (= 2.33.4)
|
|
22
|
+
rubocop-rake (= 0.7.1)
|
|
23
|
+
rubocop-rspec (= 3.8.0)
|
|
24
|
+
rubocop-rspec_rails (= 2.32.0)
|
|
25
|
+
rubocop-thread_safety (= 0.7.3)
|
|
15
26
|
|
|
16
27
|
GEM
|
|
17
28
|
remote: https://rubygems.org/
|
|
18
29
|
specs:
|
|
19
|
-
activesupport (8.
|
|
30
|
+
activesupport (8.1.1)
|
|
20
31
|
base64
|
|
21
|
-
benchmark (>= 0.3)
|
|
22
32
|
bigdecimal
|
|
23
33
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
24
34
|
connection_pool (>= 2.2.5)
|
|
25
35
|
drb
|
|
26
36
|
i18n (>= 1.6, < 2)
|
|
37
|
+
json
|
|
27
38
|
logger (>= 1.4.2)
|
|
28
39
|
minitest (>= 5.1)
|
|
29
40
|
securerandom (>= 0.3)
|
|
30
41
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
31
42
|
uri (>= 0.13.1)
|
|
32
43
|
ast (2.4.3)
|
|
33
|
-
base64 (0.
|
|
34
|
-
|
|
35
|
-
bigdecimal (3.1.9)
|
|
44
|
+
base64 (0.3.0)
|
|
45
|
+
bigdecimal (3.3.1)
|
|
36
46
|
coderay (1.1.3)
|
|
37
47
|
concurrent-ruby (1.3.5)
|
|
38
|
-
connection_pool (2.5.
|
|
48
|
+
connection_pool (2.5.4)
|
|
39
49
|
drb (2.2.3)
|
|
40
50
|
i18n (1.14.7)
|
|
41
51
|
concurrent-ruby (~> 1.0)
|
|
42
|
-
json (2.
|
|
52
|
+
json (2.16.0)
|
|
43
53
|
language_server-protocol (3.17.0.5)
|
|
44
54
|
lint_roller (1.1.0)
|
|
45
55
|
logger (1.7.0)
|
|
46
56
|
method_source (1.1.0)
|
|
47
|
-
minitest (5.
|
|
57
|
+
minitest (5.26.1)
|
|
48
58
|
parallel (1.27.0)
|
|
49
|
-
parser (3.3.
|
|
59
|
+
parser (3.3.10.0)
|
|
50
60
|
ast (~> 2.4.1)
|
|
51
61
|
racc
|
|
52
|
-
prism (1.
|
|
62
|
+
prism (1.6.0)
|
|
53
63
|
pry (0.15.2)
|
|
54
64
|
coderay (~> 1.1)
|
|
55
65
|
method_source (~> 1.0)
|
|
56
66
|
racc (1.8.1)
|
|
57
|
-
rack (3.
|
|
67
|
+
rack (3.2.4)
|
|
58
68
|
rainbow (3.1.1)
|
|
59
|
-
rake (13.
|
|
60
|
-
rbs (3.9.
|
|
69
|
+
rake (13.3.1)
|
|
70
|
+
rbs (3.9.5)
|
|
61
71
|
logger
|
|
62
|
-
regexp_parser (2.
|
|
63
|
-
rubocop (1.
|
|
72
|
+
regexp_parser (2.11.3)
|
|
73
|
+
rubocop (1.81.7)
|
|
64
74
|
json (~> 2.3)
|
|
65
75
|
language_server-protocol (~> 3.17.0.2)
|
|
66
76
|
lint_roller (~> 1.1.0)
|
|
@@ -68,28 +78,28 @@ GEM
|
|
|
68
78
|
parser (>= 3.3.0.2)
|
|
69
79
|
rainbow (>= 2.2.2, < 4.0)
|
|
70
80
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
71
|
-
rubocop-ast (>= 1.
|
|
81
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
72
82
|
ruby-progressbar (~> 1.7)
|
|
73
83
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
74
|
-
rubocop-ast (1.
|
|
84
|
+
rubocop-ast (1.48.0)
|
|
75
85
|
parser (>= 3.3.7.2)
|
|
76
86
|
prism (~> 1.4)
|
|
77
87
|
rubocop-capybara (2.22.1)
|
|
78
88
|
lint_roller (~> 1.1)
|
|
79
89
|
rubocop (~> 1.72, >= 1.72.1)
|
|
80
|
-
rubocop-factory_bot (2.
|
|
90
|
+
rubocop-factory_bot (2.28.0)
|
|
81
91
|
lint_roller (~> 1.1)
|
|
82
92
|
rubocop (~> 1.72, >= 1.72.1)
|
|
83
|
-
rubocop-on-rbs (1.
|
|
93
|
+
rubocop-on-rbs (1.8.0)
|
|
84
94
|
lint_roller (~> 1.1)
|
|
85
95
|
rbs (~> 3.5)
|
|
86
96
|
rubocop (>= 1.72.1, < 2.0)
|
|
87
97
|
zlib
|
|
88
|
-
rubocop-performance (1.
|
|
98
|
+
rubocop-performance (1.26.1)
|
|
89
99
|
lint_roller (~> 1.1)
|
|
90
100
|
rubocop (>= 1.75.0, < 2.0)
|
|
91
|
-
rubocop-ast (>= 1.
|
|
92
|
-
rubocop-rails (2.
|
|
101
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
102
|
+
rubocop-rails (2.33.4)
|
|
93
103
|
activesupport (>= 4.2.0)
|
|
94
104
|
lint_roller (~> 1.1)
|
|
95
105
|
rack (>= 1.1)
|
|
@@ -98,25 +108,26 @@ GEM
|
|
|
98
108
|
rubocop-rake (0.7.1)
|
|
99
109
|
lint_roller (~> 1.1)
|
|
100
110
|
rubocop (>= 1.72.1)
|
|
101
|
-
rubocop-rspec (3.
|
|
111
|
+
rubocop-rspec (3.8.0)
|
|
102
112
|
lint_roller (~> 1.1)
|
|
103
|
-
rubocop (~> 1.
|
|
104
|
-
rubocop-rspec_rails (2.
|
|
113
|
+
rubocop (~> 1.81)
|
|
114
|
+
rubocop-rspec_rails (2.32.0)
|
|
105
115
|
lint_roller (~> 1.1)
|
|
106
116
|
rubocop (~> 1.72, >= 1.72.1)
|
|
107
117
|
rubocop-rspec (~> 3.5)
|
|
108
|
-
rubocop-thread_safety (0.7.
|
|
118
|
+
rubocop-thread_safety (0.7.3)
|
|
109
119
|
lint_roller (~> 1.1)
|
|
110
120
|
rubocop (~> 1.72, >= 1.72.1)
|
|
121
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
111
122
|
ruby-progressbar (1.13.0)
|
|
112
123
|
securerandom (0.4.1)
|
|
113
124
|
tzinfo (2.0.6)
|
|
114
125
|
concurrent-ruby (~> 1.0)
|
|
115
|
-
unicode-display_width (3.
|
|
116
|
-
unicode-emoji (~> 4.
|
|
117
|
-
unicode-emoji (4.0
|
|
118
|
-
uri (1.
|
|
119
|
-
zlib (3.2.
|
|
126
|
+
unicode-display_width (3.2.0)
|
|
127
|
+
unicode-emoji (~> 4.1)
|
|
128
|
+
unicode-emoji (4.1.0)
|
|
129
|
+
uri (1.1.1)
|
|
130
|
+
zlib (3.2.2)
|
|
120
131
|
|
|
121
132
|
PLATFORMS
|
|
122
133
|
arm64-darwin-24
|
data/armitage-rubocop.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.required_ruby_version = '>= 3.3'
|
|
8
8
|
|
|
9
|
-
spec.version = '1.
|
|
9
|
+
spec.version = '1.81.7.0'
|
|
10
10
|
|
|
11
11
|
spec.name = 'armitage-rubocop'
|
|
12
12
|
spec.license = 'MIT'
|
|
@@ -24,16 +24,16 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
25
25
|
end
|
|
26
26
|
|
|
27
|
-
spec.add_dependency 'rubocop', '= 1.
|
|
28
|
-
spec.add_dependency 'rubocop-performance', '= 1.
|
|
29
|
-
spec.add_dependency 'rubocop-rails', '= 2.
|
|
30
|
-
spec.add_dependency 'rubocop-rspec', '= 3.
|
|
31
|
-
spec.add_dependency 'rubocop-rspec_rails', '= 2.
|
|
27
|
+
spec.add_dependency 'rubocop', '= 1.81.7'
|
|
28
|
+
spec.add_dependency 'rubocop-performance', '= 1.26.1'
|
|
29
|
+
spec.add_dependency 'rubocop-rails', '= 2.33.4'
|
|
30
|
+
spec.add_dependency 'rubocop-rspec', '= 3.8.0'
|
|
31
|
+
spec.add_dependency 'rubocop-rspec_rails', '= 2.32.0'
|
|
32
32
|
spec.add_dependency 'rubocop-rake', '= 0.7.1'
|
|
33
33
|
spec.add_dependency 'rubocop-capybara', '= 2.22.1'
|
|
34
|
-
spec.add_dependency 'rubocop-factory_bot', '= 2.
|
|
35
|
-
spec.add_dependency 'rubocop-on-rbs', '= 1.
|
|
36
|
-
spec.add_dependency 'rubocop-thread_safety', '= 0.7.
|
|
34
|
+
spec.add_dependency 'rubocop-factory_bot', '= 2.28.0'
|
|
35
|
+
spec.add_dependency 'rubocop-on-rbs', '= 1.8.0'
|
|
36
|
+
spec.add_dependency 'rubocop-thread_safety', '= 0.7.3'
|
|
37
37
|
|
|
38
38
|
spec.add_development_dependency 'bundler', '~> 2.3'
|
|
39
39
|
spec.add_development_dependency 'rake', '~> 13.1'
|
data/lib/common/gemspec.yml
CHANGED
data/lib/common/layout.yml
CHANGED
data/lib/common/lint.yml
CHANGED
|
@@ -303,6 +303,13 @@ Lint/PercentStringArray:
|
|
|
303
303
|
Lint/PercentSymbolArray:
|
|
304
304
|
Enabled: true
|
|
305
305
|
|
|
306
|
+
Lint/UselessOr:
|
|
307
|
+
Enabled: true
|
|
308
|
+
|
|
309
|
+
Lint/UselessDefaultValueArgument:
|
|
310
|
+
Enabled: true
|
|
311
|
+
AllowedReceivers: ['Rails.cache']
|
|
312
|
+
|
|
306
313
|
Lint/UselessDefined:
|
|
307
314
|
Enabled: true
|
|
308
315
|
|
|
@@ -341,6 +348,12 @@ Lint/RefinementImportMethods:
|
|
|
341
348
|
|
|
342
349
|
Lint/RedundantSafeNavigation:
|
|
343
350
|
Enabled: true
|
|
351
|
+
InferNonNilReceiver: false
|
|
352
|
+
AdditionalNilMethods:
|
|
353
|
+
- present?
|
|
354
|
+
- blank?
|
|
355
|
+
- try
|
|
356
|
+
- try!
|
|
344
357
|
AllowedMethods:
|
|
345
358
|
- instance_of?
|
|
346
359
|
- kind_of?
|
data/lib/common/naming.yml
CHANGED
|
@@ -45,7 +45,14 @@ Naming/MethodName:
|
|
|
45
45
|
- def
|
|
46
46
|
- super
|
|
47
47
|
|
|
48
|
-
Naming/
|
|
48
|
+
Naming/PredicateMethod:
|
|
49
|
+
Enabled: true
|
|
50
|
+
Mode: conservative
|
|
51
|
+
AllowedMethods: call
|
|
52
|
+
AllowBangMethods: false
|
|
53
|
+
AllowedPatterns: []
|
|
54
|
+
|
|
55
|
+
Naming/PredicatePrefix:
|
|
49
56
|
Enabled: false
|
|
50
57
|
|
|
51
58
|
Naming/RescuedExceptionsVariableName:
|
data/lib/common/rails.yml
CHANGED
|
@@ -157,6 +157,9 @@ Rails/EnvironmentComparison:
|
|
|
157
157
|
Rails/Exit:
|
|
158
158
|
Enabled: true
|
|
159
159
|
|
|
160
|
+
Rails/FindByOrAssignmentMemoization:
|
|
161
|
+
Enabled: false
|
|
162
|
+
|
|
160
163
|
Rails/FilePath:
|
|
161
164
|
Enabled: true
|
|
162
165
|
EnforcedStyle: arguments
|
|
@@ -237,6 +240,9 @@ Rails/NotNullColumn:
|
|
|
237
240
|
Rails/OrderById:
|
|
238
241
|
Enabled: false
|
|
239
242
|
|
|
243
|
+
Rails/OrderArguments:
|
|
244
|
+
Enabled: false
|
|
245
|
+
|
|
240
246
|
Rails/Output:
|
|
241
247
|
Enabled: true
|
|
242
248
|
|
data/lib/common/style.yml
CHANGED
|
@@ -20,6 +20,9 @@ Style/AndOr:
|
|
|
20
20
|
Enabled: false
|
|
21
21
|
EnforcedStyle: always
|
|
22
22
|
|
|
23
|
+
Style/ArrayIntersectWithSingleElement:
|
|
24
|
+
Enabled: true
|
|
25
|
+
|
|
23
26
|
Style/ArrayFirstLast:
|
|
24
27
|
Enabled: false
|
|
25
28
|
|
|
@@ -108,6 +111,9 @@ Style/ClassVars:
|
|
|
108
111
|
Style/ConcatArrayLiterals:
|
|
109
112
|
Enabled: false # NOTE: it is totally unsafe
|
|
110
113
|
|
|
114
|
+
Style/CollectionQuerying:
|
|
115
|
+
Enabled: false # TODO: may be set to true
|
|
116
|
+
|
|
111
117
|
Style/CollectionCompact:
|
|
112
118
|
Enabled: true
|
|
113
119
|
|
|
@@ -218,6 +224,10 @@ Style/EmptyMethod:
|
|
|
218
224
|
Enabled: true
|
|
219
225
|
EnforcedStyle: compact
|
|
220
226
|
|
|
227
|
+
Style/EmptyStringInsideInterpolation:
|
|
228
|
+
Enabled: true
|
|
229
|
+
EnforcedStyle: trailing_conditional
|
|
230
|
+
|
|
221
231
|
Style/EndlessMethod:
|
|
222
232
|
Enabled: true
|
|
223
233
|
EnforcedStyle: allow_single_line
|
|
@@ -254,6 +264,7 @@ Style/ExplicitBlockArgument:
|
|
|
254
264
|
|
|
255
265
|
Style/FetchEnvVar:
|
|
256
266
|
Enabled: true
|
|
267
|
+
DefaultToNil: true
|
|
257
268
|
|
|
258
269
|
Style/FileEmpty:
|
|
259
270
|
Enabled: true
|
|
@@ -555,11 +566,12 @@ Style/Not:
|
|
|
555
566
|
Enabled: true
|
|
556
567
|
|
|
557
568
|
Style/NumberedParameters:
|
|
558
|
-
Enabled:
|
|
569
|
+
Enabled: true
|
|
570
|
+
EnforcedStyle: allow_single_line
|
|
559
571
|
|
|
560
572
|
Style/NumberedParametersLimit:
|
|
561
|
-
Max: 1_000_000
|
|
562
573
|
Enabled: true
|
|
574
|
+
Max: 1_000_000
|
|
563
575
|
|
|
564
576
|
Style/NumericLiteralPrefix:
|
|
565
577
|
Enabled: true
|
|
@@ -635,6 +647,9 @@ Style/RandomWithOffset:
|
|
|
635
647
|
Style/ReturnNilInPredicateMethodDefinition:
|
|
636
648
|
Enabled: true
|
|
637
649
|
|
|
650
|
+
Style/RedundantArrayFlatten:
|
|
651
|
+
Enabled: true
|
|
652
|
+
|
|
638
653
|
Style/RedundantInterpolationUnfreeze:
|
|
639
654
|
Enabled: true
|
|
640
655
|
|
data/lib/rbs/lint.yml
CHANGED
data/lib/rspec/rails.yml
CHANGED
data/lib/rspec/rspec.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: armitage-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.81.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rustam Ibragimov
|
|
@@ -15,70 +15,70 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 1.
|
|
18
|
+
version: 1.81.7
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 1.
|
|
25
|
+
version: 1.81.7
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: rubocop-performance
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
30
|
- - '='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 1.
|
|
32
|
+
version: 1.26.1
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - '='
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 1.
|
|
39
|
+
version: 1.26.1
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rubocop-rails
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - '='
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 2.
|
|
46
|
+
version: 2.33.4
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - '='
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 2.
|
|
53
|
+
version: 2.33.4
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
55
|
name: rubocop-rspec
|
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
|
57
57
|
requirements:
|
|
58
58
|
- - '='
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 3.
|
|
60
|
+
version: 3.8.0
|
|
61
61
|
type: :runtime
|
|
62
62
|
prerelease: false
|
|
63
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
|
65
65
|
- - '='
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
|
-
version: 3.
|
|
67
|
+
version: 3.8.0
|
|
68
68
|
- !ruby/object:Gem::Dependency
|
|
69
69
|
name: rubocop-rspec_rails
|
|
70
70
|
requirement: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - '='
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: 2.
|
|
74
|
+
version: 2.32.0
|
|
75
75
|
type: :runtime
|
|
76
76
|
prerelease: false
|
|
77
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
|
79
79
|
- - '='
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 2.
|
|
81
|
+
version: 2.32.0
|
|
82
82
|
- !ruby/object:Gem::Dependency
|
|
83
83
|
name: rubocop-rake
|
|
84
84
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -113,42 +113,42 @@ dependencies:
|
|
|
113
113
|
requirements:
|
|
114
114
|
- - '='
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: 2.
|
|
116
|
+
version: 2.28.0
|
|
117
117
|
type: :runtime
|
|
118
118
|
prerelease: false
|
|
119
119
|
version_requirements: !ruby/object:Gem::Requirement
|
|
120
120
|
requirements:
|
|
121
121
|
- - '='
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version: 2.
|
|
123
|
+
version: 2.28.0
|
|
124
124
|
- !ruby/object:Gem::Dependency
|
|
125
125
|
name: rubocop-on-rbs
|
|
126
126
|
requirement: !ruby/object:Gem::Requirement
|
|
127
127
|
requirements:
|
|
128
128
|
- - '='
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
version: 1.
|
|
130
|
+
version: 1.8.0
|
|
131
131
|
type: :runtime
|
|
132
132
|
prerelease: false
|
|
133
133
|
version_requirements: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
135
|
- - '='
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 1.
|
|
137
|
+
version: 1.8.0
|
|
138
138
|
- !ruby/object:Gem::Dependency
|
|
139
139
|
name: rubocop-thread_safety
|
|
140
140
|
requirement: !ruby/object:Gem::Requirement
|
|
141
141
|
requirements:
|
|
142
142
|
- - '='
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
|
-
version: 0.7.
|
|
144
|
+
version: 0.7.3
|
|
145
145
|
type: :runtime
|
|
146
146
|
prerelease: false
|
|
147
147
|
version_requirements: !ruby/object:Gem::Requirement
|
|
148
148
|
requirements:
|
|
149
149
|
- - '='
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
|
-
version: 0.7.
|
|
151
|
+
version: 0.7.3
|
|
152
152
|
- !ruby/object:Gem::Dependency
|
|
153
153
|
name: bundler
|
|
154
154
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
253
253
|
- !ruby/object:Gem::Version
|
|
254
254
|
version: '0'
|
|
255
255
|
requirements: []
|
|
256
|
-
rubygems_version: 3.6.
|
|
256
|
+
rubygems_version: 3.6.9
|
|
257
257
|
specification_version: 4
|
|
258
258
|
summary: A set of rubocop settings
|
|
259
259
|
test_files: []
|