rubocop-powerhome 0.5.5 → 0.5.6
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/Appraisals +8 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile +3 -0
- data/Gemfile.lock +21 -12
- data/gemfiles/rails_6_0.gemfile +3 -1
- data/gemfiles/rails_6_1.gemfile +6 -1
- data/gemfiles/rails_6_1.gemfile.lock +66 -47
- data/gemfiles/rails_7_0.gemfile +6 -1
- data/gemfiles/rails_7_0.gemfile.lock +63 -46
- data/gemfiles/rails_7_1.gemfile +14 -0
- data/gemfiles/rails_7_1.gemfile.lock +321 -0
- data/gemfiles/rails_7_2.gemfile +14 -0
- data/gemfiles/rails_7_2.gemfile.lock +315 -0
- data/lib/rubocop/cop/style/no_helpers.rb +1 -1
- data/lib/rubocop/powerhome/version.rb +1 -1
- metadata +14 -8
- data/rubocop-powerhome.gemspec +0 -52
@@ -0,0 +1,321 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
rubocop-powerhome (0.5.6)
|
5
|
+
rubocop (= 1.75.0)
|
6
|
+
rubocop-performance
|
7
|
+
rubocop-rails
|
8
|
+
rubocop-rake
|
9
|
+
rubocop-rspec
|
10
|
+
|
11
|
+
GEM
|
12
|
+
remote: https://rubygems.org/
|
13
|
+
specs:
|
14
|
+
actioncable (7.1.5.2)
|
15
|
+
actionpack (= 7.1.5.2)
|
16
|
+
activesupport (= 7.1.5.2)
|
17
|
+
nio4r (~> 2.0)
|
18
|
+
websocket-driver (>= 0.6.1)
|
19
|
+
zeitwerk (~> 2.6)
|
20
|
+
actionmailbox (7.1.5.2)
|
21
|
+
actionpack (= 7.1.5.2)
|
22
|
+
activejob (= 7.1.5.2)
|
23
|
+
activerecord (= 7.1.5.2)
|
24
|
+
activestorage (= 7.1.5.2)
|
25
|
+
activesupport (= 7.1.5.2)
|
26
|
+
mail (>= 2.7.1)
|
27
|
+
net-imap
|
28
|
+
net-pop
|
29
|
+
net-smtp
|
30
|
+
actionmailer (7.1.5.2)
|
31
|
+
actionpack (= 7.1.5.2)
|
32
|
+
actionview (= 7.1.5.2)
|
33
|
+
activejob (= 7.1.5.2)
|
34
|
+
activesupport (= 7.1.5.2)
|
35
|
+
mail (~> 2.5, >= 2.5.4)
|
36
|
+
net-imap
|
37
|
+
net-pop
|
38
|
+
net-smtp
|
39
|
+
rails-dom-testing (~> 2.2)
|
40
|
+
actionpack (7.1.5.2)
|
41
|
+
actionview (= 7.1.5.2)
|
42
|
+
activesupport (= 7.1.5.2)
|
43
|
+
nokogiri (>= 1.8.5)
|
44
|
+
racc
|
45
|
+
rack (>= 2.2.4)
|
46
|
+
rack-session (>= 1.0.1)
|
47
|
+
rack-test (>= 0.6.3)
|
48
|
+
rails-dom-testing (~> 2.2)
|
49
|
+
rails-html-sanitizer (~> 1.6)
|
50
|
+
actiontext (7.1.5.2)
|
51
|
+
actionpack (= 7.1.5.2)
|
52
|
+
activerecord (= 7.1.5.2)
|
53
|
+
activestorage (= 7.1.5.2)
|
54
|
+
activesupport (= 7.1.5.2)
|
55
|
+
globalid (>= 0.6.0)
|
56
|
+
nokogiri (>= 1.8.5)
|
57
|
+
actionview (7.1.5.2)
|
58
|
+
activesupport (= 7.1.5.2)
|
59
|
+
builder (~> 3.1)
|
60
|
+
erubi (~> 1.11)
|
61
|
+
rails-dom-testing (~> 2.2)
|
62
|
+
rails-html-sanitizer (~> 1.6)
|
63
|
+
activejob (7.1.5.2)
|
64
|
+
activesupport (= 7.1.5.2)
|
65
|
+
globalid (>= 0.3.6)
|
66
|
+
activemodel (7.1.5.2)
|
67
|
+
activesupport (= 7.1.5.2)
|
68
|
+
activerecord (7.1.5.2)
|
69
|
+
activemodel (= 7.1.5.2)
|
70
|
+
activesupport (= 7.1.5.2)
|
71
|
+
timeout (>= 0.4.0)
|
72
|
+
activestorage (7.1.5.2)
|
73
|
+
actionpack (= 7.1.5.2)
|
74
|
+
activejob (= 7.1.5.2)
|
75
|
+
activerecord (= 7.1.5.2)
|
76
|
+
activesupport (= 7.1.5.2)
|
77
|
+
marcel (~> 1.0)
|
78
|
+
activesupport (7.1.5.2)
|
79
|
+
base64
|
80
|
+
benchmark (>= 0.3)
|
81
|
+
bigdecimal
|
82
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
83
|
+
connection_pool (>= 2.2.5)
|
84
|
+
drb
|
85
|
+
i18n (>= 1.6, < 2)
|
86
|
+
logger (>= 1.4.2)
|
87
|
+
minitest (>= 5.1)
|
88
|
+
mutex_m
|
89
|
+
securerandom (>= 0.3)
|
90
|
+
tzinfo (~> 2.0)
|
91
|
+
appraisal (2.5.0)
|
92
|
+
bundler
|
93
|
+
rake
|
94
|
+
thor (>= 0.14.0)
|
95
|
+
ast (2.4.3)
|
96
|
+
base64 (0.3.0)
|
97
|
+
benchmark (0.4.1)
|
98
|
+
bigdecimal (3.2.2)
|
99
|
+
builder (3.3.0)
|
100
|
+
byebug (11.1.3)
|
101
|
+
cgi (0.5.0)
|
102
|
+
coderay (1.1.3)
|
103
|
+
concurrent-ruby (1.3.5)
|
104
|
+
connection_pool (2.5.3)
|
105
|
+
crass (1.0.6)
|
106
|
+
csv (3.3.5)
|
107
|
+
date (3.4.1)
|
108
|
+
diff-lcs (1.6.2)
|
109
|
+
drb (2.2.3)
|
110
|
+
erb (4.0.4)
|
111
|
+
cgi (>= 0.3.3)
|
112
|
+
erubi (1.13.1)
|
113
|
+
globalid (1.2.1)
|
114
|
+
activesupport (>= 6.1)
|
115
|
+
i18n (1.14.7)
|
116
|
+
concurrent-ruby (~> 1.0)
|
117
|
+
io-console (0.8.1)
|
118
|
+
irb (1.15.2)
|
119
|
+
pp (>= 0.6.0)
|
120
|
+
rdoc (>= 4.0.0)
|
121
|
+
reline (>= 0.4.2)
|
122
|
+
json (2.13.2)
|
123
|
+
language_server-protocol (3.17.0.5)
|
124
|
+
license_finder (7.2.1)
|
125
|
+
bundler
|
126
|
+
csv (~> 3.2)
|
127
|
+
rubyzip (>= 1, < 3)
|
128
|
+
thor (~> 1.2)
|
129
|
+
tomlrb (>= 1.3, < 2.1)
|
130
|
+
with_env (= 1.1.0)
|
131
|
+
xml-simple (~> 1.1.9)
|
132
|
+
lint_roller (1.1.0)
|
133
|
+
logger (1.7.0)
|
134
|
+
loofah (2.24.1)
|
135
|
+
crass (~> 1.0.2)
|
136
|
+
nokogiri (>= 1.12.0)
|
137
|
+
mail (2.8.1)
|
138
|
+
mini_mime (>= 0.1.1)
|
139
|
+
net-imap
|
140
|
+
net-pop
|
141
|
+
net-smtp
|
142
|
+
marcel (1.0.4)
|
143
|
+
method_source (1.1.0)
|
144
|
+
mini_mime (1.1.5)
|
145
|
+
minitest (5.25.5)
|
146
|
+
mutex_m (0.3.0)
|
147
|
+
net-imap (0.4.22)
|
148
|
+
date
|
149
|
+
net-protocol
|
150
|
+
net-pop (0.1.2)
|
151
|
+
net-protocol
|
152
|
+
net-protocol (0.2.2)
|
153
|
+
timeout
|
154
|
+
net-smtp (0.5.1)
|
155
|
+
net-protocol
|
156
|
+
nio4r (2.7.4)
|
157
|
+
nokogiri (1.17.2-aarch64-linux)
|
158
|
+
racc (~> 1.4)
|
159
|
+
nokogiri (1.17.2-arm-linux)
|
160
|
+
racc (~> 1.4)
|
161
|
+
nokogiri (1.17.2-arm64-darwin)
|
162
|
+
racc (~> 1.4)
|
163
|
+
nokogiri (1.17.2-x86_64-darwin)
|
164
|
+
racc (~> 1.4)
|
165
|
+
nokogiri (1.17.2-x86_64-linux)
|
166
|
+
racc (~> 1.4)
|
167
|
+
parallel (1.27.0)
|
168
|
+
parser (3.3.9.0)
|
169
|
+
ast (~> 2.4.1)
|
170
|
+
racc
|
171
|
+
pp (0.6.2)
|
172
|
+
prettyprint
|
173
|
+
prettyprint (0.2.0)
|
174
|
+
prism (1.4.0)
|
175
|
+
pry (0.14.2)
|
176
|
+
coderay (~> 1.1)
|
177
|
+
method_source (~> 1.0)
|
178
|
+
pry-byebug (3.10.1)
|
179
|
+
byebug (~> 11.0)
|
180
|
+
pry (>= 0.13, < 0.15)
|
181
|
+
psych (5.2.6)
|
182
|
+
date
|
183
|
+
stringio
|
184
|
+
racc (1.8.1)
|
185
|
+
rack (3.2.0)
|
186
|
+
rack-session (2.1.1)
|
187
|
+
base64 (>= 0.1.0)
|
188
|
+
rack (>= 3.0.0)
|
189
|
+
rack-test (2.2.0)
|
190
|
+
rack (>= 1.3)
|
191
|
+
rackup (2.2.1)
|
192
|
+
rack (>= 3)
|
193
|
+
rails (7.1.5.2)
|
194
|
+
actioncable (= 7.1.5.2)
|
195
|
+
actionmailbox (= 7.1.5.2)
|
196
|
+
actionmailer (= 7.1.5.2)
|
197
|
+
actionpack (= 7.1.5.2)
|
198
|
+
actiontext (= 7.1.5.2)
|
199
|
+
actionview (= 7.1.5.2)
|
200
|
+
activejob (= 7.1.5.2)
|
201
|
+
activemodel (= 7.1.5.2)
|
202
|
+
activerecord (= 7.1.5.2)
|
203
|
+
activestorage (= 7.1.5.2)
|
204
|
+
activesupport (= 7.1.5.2)
|
205
|
+
bundler (>= 1.15.0)
|
206
|
+
railties (= 7.1.5.2)
|
207
|
+
rails-dom-testing (2.3.0)
|
208
|
+
activesupport (>= 5.0.0)
|
209
|
+
minitest
|
210
|
+
nokogiri (>= 1.6)
|
211
|
+
rails-html-sanitizer (1.6.2)
|
212
|
+
loofah (~> 2.21)
|
213
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
214
|
+
railties (7.1.5.2)
|
215
|
+
actionpack (= 7.1.5.2)
|
216
|
+
activesupport (= 7.1.5.2)
|
217
|
+
irb
|
218
|
+
rackup (>= 1.0.0)
|
219
|
+
rake (>= 12.2)
|
220
|
+
thor (~> 1.0, >= 1.2.2)
|
221
|
+
zeitwerk (~> 2.6)
|
222
|
+
rainbow (3.1.1)
|
223
|
+
rake (13.3.0)
|
224
|
+
rdoc (6.14.2)
|
225
|
+
erb
|
226
|
+
psych (>= 4.0.0)
|
227
|
+
regexp_parser (2.11.2)
|
228
|
+
reline (0.6.2)
|
229
|
+
io-console (~> 0.5)
|
230
|
+
rexml (3.4.1)
|
231
|
+
rspec (3.13.1)
|
232
|
+
rspec-core (~> 3.13.0)
|
233
|
+
rspec-expectations (~> 3.13.0)
|
234
|
+
rspec-mocks (~> 3.13.0)
|
235
|
+
rspec-core (3.13.5)
|
236
|
+
rspec-support (~> 3.13.0)
|
237
|
+
rspec-expectations (3.13.5)
|
238
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
239
|
+
rspec-support (~> 3.13.0)
|
240
|
+
rspec-mocks (3.13.5)
|
241
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
242
|
+
rspec-support (~> 3.13.0)
|
243
|
+
rspec-support (3.13.4)
|
244
|
+
rubocop (1.75.0)
|
245
|
+
json (~> 2.3)
|
246
|
+
language_server-protocol (~> 3.17.0.2)
|
247
|
+
lint_roller (~> 1.1.0)
|
248
|
+
parallel (~> 1.10)
|
249
|
+
parser (>= 3.3.0.2)
|
250
|
+
rainbow (>= 2.2.2, < 4.0)
|
251
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
252
|
+
rubocop-ast (>= 1.43.0, < 2.0)
|
253
|
+
ruby-progressbar (~> 1.7)
|
254
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
255
|
+
rubocop-ast (1.46.0)
|
256
|
+
parser (>= 3.3.7.2)
|
257
|
+
prism (~> 1.4)
|
258
|
+
rubocop-performance (1.24.0)
|
259
|
+
lint_roller (~> 1.1)
|
260
|
+
rubocop (>= 1.72.1, < 2.0)
|
261
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
262
|
+
rubocop-rails (2.30.3)
|
263
|
+
activesupport (>= 4.2.0)
|
264
|
+
lint_roller (~> 1.1)
|
265
|
+
rack (>= 1.1)
|
266
|
+
rubocop (>= 1.72.1, < 2.0)
|
267
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
268
|
+
rubocop-rake (0.7.1)
|
269
|
+
lint_roller (~> 1.1)
|
270
|
+
rubocop (>= 1.72.1)
|
271
|
+
rubocop-rspec (3.6.0)
|
272
|
+
lint_roller (~> 1.1)
|
273
|
+
rubocop (~> 1.72, >= 1.72.1)
|
274
|
+
ruby-progressbar (1.13.0)
|
275
|
+
rubyzip (2.4.1)
|
276
|
+
securerandom (0.3.2)
|
277
|
+
stringio (3.1.7)
|
278
|
+
thor (1.4.0)
|
279
|
+
timeout (0.4.3)
|
280
|
+
tomlrb (2.0.3)
|
281
|
+
tzinfo (2.0.6)
|
282
|
+
concurrent-ruby (~> 1.0)
|
283
|
+
unicode-display_width (3.1.4)
|
284
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
285
|
+
unicode-emoji (4.0.4)
|
286
|
+
websocket-driver (0.8.0)
|
287
|
+
base64
|
288
|
+
websocket-extensions (>= 0.1.0)
|
289
|
+
websocket-extensions (0.1.5)
|
290
|
+
with_env (1.1.0)
|
291
|
+
xml-simple (1.1.9)
|
292
|
+
rexml
|
293
|
+
zeitwerk (2.6.18)
|
294
|
+
|
295
|
+
PLATFORMS
|
296
|
+
aarch64-linux-gnu
|
297
|
+
aarch64-linux-musl
|
298
|
+
arm-linux-gnu
|
299
|
+
arm-linux-musl
|
300
|
+
arm64-darwin
|
301
|
+
x86_64-darwin
|
302
|
+
x86_64-linux-gnu
|
303
|
+
x86_64-linux-musl
|
304
|
+
|
305
|
+
DEPENDENCIES
|
306
|
+
appraisal (~> 2.5.0)
|
307
|
+
erb (< 5)
|
308
|
+
license_finder (~> 7.0)
|
309
|
+
net-imap (< 0.5.0)
|
310
|
+
nokogiri (< 1.18.0)
|
311
|
+
pry (>= 0.14.2)
|
312
|
+
pry-byebug (= 3.10.1)
|
313
|
+
rails (= 7.1.5.2)
|
314
|
+
rake (~> 13.0)
|
315
|
+
rspec (~> 3.0)
|
316
|
+
rubocop-powerhome!
|
317
|
+
securerandom (< 0.4.0)
|
318
|
+
zeitwerk (< 2.7.0)
|
319
|
+
|
320
|
+
BUNDLED WITH
|
321
|
+
2.5.23
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# This file was generated by Appraisal
|
4
|
+
|
5
|
+
source "https://rubygems.org"
|
6
|
+
|
7
|
+
gem "erb", "< 5"
|
8
|
+
gem "net-imap", "< 0.5.0"
|
9
|
+
gem "nokogiri", "< 1.18.0"
|
10
|
+
gem "rails", "7.2.2.2"
|
11
|
+
gem "securerandom", "< 0.4.0"
|
12
|
+
gem "zeitwerk", "< 2.7.0"
|
13
|
+
|
14
|
+
gemspec path: "../"
|
@@ -0,0 +1,315 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
rubocop-powerhome (0.5.6)
|
5
|
+
rubocop (= 1.75.0)
|
6
|
+
rubocop-performance
|
7
|
+
rubocop-rails
|
8
|
+
rubocop-rake
|
9
|
+
rubocop-rspec
|
10
|
+
|
11
|
+
GEM
|
12
|
+
remote: https://rubygems.org/
|
13
|
+
specs:
|
14
|
+
actioncable (7.2.2.2)
|
15
|
+
actionpack (= 7.2.2.2)
|
16
|
+
activesupport (= 7.2.2.2)
|
17
|
+
nio4r (~> 2.0)
|
18
|
+
websocket-driver (>= 0.6.1)
|
19
|
+
zeitwerk (~> 2.6)
|
20
|
+
actionmailbox (7.2.2.2)
|
21
|
+
actionpack (= 7.2.2.2)
|
22
|
+
activejob (= 7.2.2.2)
|
23
|
+
activerecord (= 7.2.2.2)
|
24
|
+
activestorage (= 7.2.2.2)
|
25
|
+
activesupport (= 7.2.2.2)
|
26
|
+
mail (>= 2.8.0)
|
27
|
+
actionmailer (7.2.2.2)
|
28
|
+
actionpack (= 7.2.2.2)
|
29
|
+
actionview (= 7.2.2.2)
|
30
|
+
activejob (= 7.2.2.2)
|
31
|
+
activesupport (= 7.2.2.2)
|
32
|
+
mail (>= 2.8.0)
|
33
|
+
rails-dom-testing (~> 2.2)
|
34
|
+
actionpack (7.2.2.2)
|
35
|
+
actionview (= 7.2.2.2)
|
36
|
+
activesupport (= 7.2.2.2)
|
37
|
+
nokogiri (>= 1.8.5)
|
38
|
+
racc
|
39
|
+
rack (>= 2.2.4, < 3.2)
|
40
|
+
rack-session (>= 1.0.1)
|
41
|
+
rack-test (>= 0.6.3)
|
42
|
+
rails-dom-testing (~> 2.2)
|
43
|
+
rails-html-sanitizer (~> 1.6)
|
44
|
+
useragent (~> 0.16)
|
45
|
+
actiontext (7.2.2.2)
|
46
|
+
actionpack (= 7.2.2.2)
|
47
|
+
activerecord (= 7.2.2.2)
|
48
|
+
activestorage (= 7.2.2.2)
|
49
|
+
activesupport (= 7.2.2.2)
|
50
|
+
globalid (>= 0.6.0)
|
51
|
+
nokogiri (>= 1.8.5)
|
52
|
+
actionview (7.2.2.2)
|
53
|
+
activesupport (= 7.2.2.2)
|
54
|
+
builder (~> 3.1)
|
55
|
+
erubi (~> 1.11)
|
56
|
+
rails-dom-testing (~> 2.2)
|
57
|
+
rails-html-sanitizer (~> 1.6)
|
58
|
+
activejob (7.2.2.2)
|
59
|
+
activesupport (= 7.2.2.2)
|
60
|
+
globalid (>= 0.3.6)
|
61
|
+
activemodel (7.2.2.2)
|
62
|
+
activesupport (= 7.2.2.2)
|
63
|
+
activerecord (7.2.2.2)
|
64
|
+
activemodel (= 7.2.2.2)
|
65
|
+
activesupport (= 7.2.2.2)
|
66
|
+
timeout (>= 0.4.0)
|
67
|
+
activestorage (7.2.2.2)
|
68
|
+
actionpack (= 7.2.2.2)
|
69
|
+
activejob (= 7.2.2.2)
|
70
|
+
activerecord (= 7.2.2.2)
|
71
|
+
activesupport (= 7.2.2.2)
|
72
|
+
marcel (~> 1.0)
|
73
|
+
activesupport (7.2.2.2)
|
74
|
+
base64
|
75
|
+
benchmark (>= 0.3)
|
76
|
+
bigdecimal
|
77
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
78
|
+
connection_pool (>= 2.2.5)
|
79
|
+
drb
|
80
|
+
i18n (>= 1.6, < 2)
|
81
|
+
logger (>= 1.4.2)
|
82
|
+
minitest (>= 5.1)
|
83
|
+
securerandom (>= 0.3)
|
84
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
85
|
+
appraisal (2.5.0)
|
86
|
+
bundler
|
87
|
+
rake
|
88
|
+
thor (>= 0.14.0)
|
89
|
+
ast (2.4.3)
|
90
|
+
base64 (0.3.0)
|
91
|
+
benchmark (0.4.1)
|
92
|
+
bigdecimal (3.2.2)
|
93
|
+
builder (3.3.0)
|
94
|
+
byebug (11.1.3)
|
95
|
+
cgi (0.5.0)
|
96
|
+
coderay (1.1.3)
|
97
|
+
concurrent-ruby (1.3.5)
|
98
|
+
connection_pool (2.5.3)
|
99
|
+
crass (1.0.6)
|
100
|
+
csv (3.3.5)
|
101
|
+
date (3.4.1)
|
102
|
+
diff-lcs (1.6.2)
|
103
|
+
drb (2.2.3)
|
104
|
+
erb (4.0.4)
|
105
|
+
cgi (>= 0.3.3)
|
106
|
+
erubi (1.13.1)
|
107
|
+
globalid (1.2.1)
|
108
|
+
activesupport (>= 6.1)
|
109
|
+
i18n (1.14.7)
|
110
|
+
concurrent-ruby (~> 1.0)
|
111
|
+
io-console (0.8.1)
|
112
|
+
irb (1.15.2)
|
113
|
+
pp (>= 0.6.0)
|
114
|
+
rdoc (>= 4.0.0)
|
115
|
+
reline (>= 0.4.2)
|
116
|
+
json (2.13.2)
|
117
|
+
language_server-protocol (3.17.0.5)
|
118
|
+
license_finder (7.2.1)
|
119
|
+
bundler
|
120
|
+
csv (~> 3.2)
|
121
|
+
rubyzip (>= 1, < 3)
|
122
|
+
thor (~> 1.2)
|
123
|
+
tomlrb (>= 1.3, < 2.1)
|
124
|
+
with_env (= 1.1.0)
|
125
|
+
xml-simple (~> 1.1.9)
|
126
|
+
lint_roller (1.1.0)
|
127
|
+
logger (1.7.0)
|
128
|
+
loofah (2.24.1)
|
129
|
+
crass (~> 1.0.2)
|
130
|
+
nokogiri (>= 1.12.0)
|
131
|
+
mail (2.8.1)
|
132
|
+
mini_mime (>= 0.1.1)
|
133
|
+
net-imap
|
134
|
+
net-pop
|
135
|
+
net-smtp
|
136
|
+
marcel (1.0.4)
|
137
|
+
method_source (1.1.0)
|
138
|
+
mini_mime (1.1.5)
|
139
|
+
minitest (5.25.5)
|
140
|
+
net-imap (0.4.22)
|
141
|
+
date
|
142
|
+
net-protocol
|
143
|
+
net-pop (0.1.2)
|
144
|
+
net-protocol
|
145
|
+
net-protocol (0.2.2)
|
146
|
+
timeout
|
147
|
+
net-smtp (0.5.1)
|
148
|
+
net-protocol
|
149
|
+
nio4r (2.7.4)
|
150
|
+
nokogiri (1.17.2-aarch64-linux)
|
151
|
+
racc (~> 1.4)
|
152
|
+
nokogiri (1.17.2-arm-linux)
|
153
|
+
racc (~> 1.4)
|
154
|
+
nokogiri (1.17.2-arm64-darwin)
|
155
|
+
racc (~> 1.4)
|
156
|
+
nokogiri (1.17.2-x86_64-darwin)
|
157
|
+
racc (~> 1.4)
|
158
|
+
nokogiri (1.17.2-x86_64-linux)
|
159
|
+
racc (~> 1.4)
|
160
|
+
parallel (1.27.0)
|
161
|
+
parser (3.3.9.0)
|
162
|
+
ast (~> 2.4.1)
|
163
|
+
racc
|
164
|
+
pp (0.6.2)
|
165
|
+
prettyprint
|
166
|
+
prettyprint (0.2.0)
|
167
|
+
prism (1.4.0)
|
168
|
+
pry (0.14.2)
|
169
|
+
coderay (~> 1.1)
|
170
|
+
method_source (~> 1.0)
|
171
|
+
pry-byebug (3.10.1)
|
172
|
+
byebug (~> 11.0)
|
173
|
+
pry (>= 0.13, < 0.15)
|
174
|
+
psych (5.2.6)
|
175
|
+
date
|
176
|
+
stringio
|
177
|
+
racc (1.8.1)
|
178
|
+
rack (3.1.16)
|
179
|
+
rack-session (2.1.1)
|
180
|
+
base64 (>= 0.1.0)
|
181
|
+
rack (>= 3.0.0)
|
182
|
+
rack-test (2.2.0)
|
183
|
+
rack (>= 1.3)
|
184
|
+
rackup (2.2.1)
|
185
|
+
rack (>= 3)
|
186
|
+
rails (7.2.2.2)
|
187
|
+
actioncable (= 7.2.2.2)
|
188
|
+
actionmailbox (= 7.2.2.2)
|
189
|
+
actionmailer (= 7.2.2.2)
|
190
|
+
actionpack (= 7.2.2.2)
|
191
|
+
actiontext (= 7.2.2.2)
|
192
|
+
actionview (= 7.2.2.2)
|
193
|
+
activejob (= 7.2.2.2)
|
194
|
+
activemodel (= 7.2.2.2)
|
195
|
+
activerecord (= 7.2.2.2)
|
196
|
+
activestorage (= 7.2.2.2)
|
197
|
+
activesupport (= 7.2.2.2)
|
198
|
+
bundler (>= 1.15.0)
|
199
|
+
railties (= 7.2.2.2)
|
200
|
+
rails-dom-testing (2.3.0)
|
201
|
+
activesupport (>= 5.0.0)
|
202
|
+
minitest
|
203
|
+
nokogiri (>= 1.6)
|
204
|
+
rails-html-sanitizer (1.6.2)
|
205
|
+
loofah (~> 2.21)
|
206
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
207
|
+
railties (7.2.2.2)
|
208
|
+
actionpack (= 7.2.2.2)
|
209
|
+
activesupport (= 7.2.2.2)
|
210
|
+
irb (~> 1.13)
|
211
|
+
rackup (>= 1.0.0)
|
212
|
+
rake (>= 12.2)
|
213
|
+
thor (~> 1.0, >= 1.2.2)
|
214
|
+
zeitwerk (~> 2.6)
|
215
|
+
rainbow (3.1.1)
|
216
|
+
rake (13.3.0)
|
217
|
+
rdoc (6.14.2)
|
218
|
+
erb
|
219
|
+
psych (>= 4.0.0)
|
220
|
+
regexp_parser (2.11.2)
|
221
|
+
reline (0.6.2)
|
222
|
+
io-console (~> 0.5)
|
223
|
+
rexml (3.4.1)
|
224
|
+
rspec (3.13.1)
|
225
|
+
rspec-core (~> 3.13.0)
|
226
|
+
rspec-expectations (~> 3.13.0)
|
227
|
+
rspec-mocks (~> 3.13.0)
|
228
|
+
rspec-core (3.13.5)
|
229
|
+
rspec-support (~> 3.13.0)
|
230
|
+
rspec-expectations (3.13.5)
|
231
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
232
|
+
rspec-support (~> 3.13.0)
|
233
|
+
rspec-mocks (3.13.5)
|
234
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
235
|
+
rspec-support (~> 3.13.0)
|
236
|
+
rspec-support (3.13.4)
|
237
|
+
rubocop (1.75.0)
|
238
|
+
json (~> 2.3)
|
239
|
+
language_server-protocol (~> 3.17.0.2)
|
240
|
+
lint_roller (~> 1.1.0)
|
241
|
+
parallel (~> 1.10)
|
242
|
+
parser (>= 3.3.0.2)
|
243
|
+
rainbow (>= 2.2.2, < 4.0)
|
244
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
245
|
+
rubocop-ast (>= 1.43.0, < 2.0)
|
246
|
+
ruby-progressbar (~> 1.7)
|
247
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
248
|
+
rubocop-ast (1.46.0)
|
249
|
+
parser (>= 3.3.7.2)
|
250
|
+
prism (~> 1.4)
|
251
|
+
rubocop-performance (1.24.0)
|
252
|
+
lint_roller (~> 1.1)
|
253
|
+
rubocop (>= 1.72.1, < 2.0)
|
254
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
255
|
+
rubocop-rails (2.30.3)
|
256
|
+
activesupport (>= 4.2.0)
|
257
|
+
lint_roller (~> 1.1)
|
258
|
+
rack (>= 1.1)
|
259
|
+
rubocop (>= 1.72.1, < 2.0)
|
260
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
261
|
+
rubocop-rake (0.7.1)
|
262
|
+
lint_roller (~> 1.1)
|
263
|
+
rubocop (>= 1.72.1)
|
264
|
+
rubocop-rspec (3.6.0)
|
265
|
+
lint_roller (~> 1.1)
|
266
|
+
rubocop (~> 1.72, >= 1.72.1)
|
267
|
+
ruby-progressbar (1.13.0)
|
268
|
+
rubyzip (2.4.1)
|
269
|
+
securerandom (0.3.2)
|
270
|
+
stringio (3.1.7)
|
271
|
+
thor (1.4.0)
|
272
|
+
timeout (0.4.3)
|
273
|
+
tomlrb (2.0.3)
|
274
|
+
tzinfo (2.0.6)
|
275
|
+
concurrent-ruby (~> 1.0)
|
276
|
+
unicode-display_width (3.1.4)
|
277
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
278
|
+
unicode-emoji (4.0.4)
|
279
|
+
useragent (0.16.11)
|
280
|
+
websocket-driver (0.8.0)
|
281
|
+
base64
|
282
|
+
websocket-extensions (>= 0.1.0)
|
283
|
+
websocket-extensions (0.1.5)
|
284
|
+
with_env (1.1.0)
|
285
|
+
xml-simple (1.1.9)
|
286
|
+
rexml
|
287
|
+
zeitwerk (2.6.18)
|
288
|
+
|
289
|
+
PLATFORMS
|
290
|
+
aarch64-linux-gnu
|
291
|
+
aarch64-linux-musl
|
292
|
+
arm-linux-gnu
|
293
|
+
arm-linux-musl
|
294
|
+
arm64-darwin
|
295
|
+
x86_64-darwin
|
296
|
+
x86_64-linux-gnu
|
297
|
+
x86_64-linux-musl
|
298
|
+
|
299
|
+
DEPENDENCIES
|
300
|
+
appraisal (~> 2.5.0)
|
301
|
+
erb (< 5)
|
302
|
+
license_finder (~> 7.0)
|
303
|
+
net-imap (< 0.5.0)
|
304
|
+
nokogiri (< 1.18.0)
|
305
|
+
pry (>= 0.14.2)
|
306
|
+
pry-byebug (= 3.10.1)
|
307
|
+
rails (= 7.2.2.2)
|
308
|
+
rake (~> 13.0)
|
309
|
+
rspec (~> 3.0)
|
310
|
+
rubocop-powerhome!
|
311
|
+
securerandom (< 0.4.0)
|
312
|
+
zeitwerk (< 2.7.0)
|
313
|
+
|
314
|
+
BUNDLED WITH
|
315
|
+
2.5.23
|