e2e 0.7.0 → 0.7.2
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/.ruby-version +1 -0
- data/Appraisals +3 -0
- data/CHANGELOG.md +28 -0
- data/README.md +17 -0
- data/gemfiles/rails_7.0.gemfile +1 -0
- data/gemfiles/rails_7.0.gemfile.lock +43 -36
- data/gemfiles/rails_7.1.gemfile.lock +54 -36
- data/gemfiles/rails_7.2.gemfile.lock +54 -36
- data/gemfiles/rails_8.0.gemfile.lock +120 -102
- data/gemfiles/rails_8.1.gemfile.lock +120 -102
- data/lib/e2e/drivers/playwright.rb +34 -10
- data/lib/e2e/minitest.rb +6 -0
- data/lib/e2e/rails.rb +71 -10
- data/lib/e2e/rspec.rb +5 -0
- data/lib/e2e/server.rb +28 -3
- data/lib/e2e/version.rb +1 -1
- data/lib/e2e/vite_assets.rb +133 -0
- data/lib/e2e.rb +14 -1
- data/lib/generators/e2e/install_generator.rb +6 -0
- data/mise.toml +14 -0
- metadata +33 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
e2e (0.7.
|
|
4
|
+
e2e (0.7.2)
|
|
5
5
|
playwright-ruby-client (>= 1.40.0)
|
|
6
6
|
rack
|
|
7
7
|
rackup
|
|
@@ -93,30 +93,30 @@ GEM
|
|
|
93
93
|
bigdecimal (4.1.2)
|
|
94
94
|
builder (3.3.0)
|
|
95
95
|
cgi (0.5.2)
|
|
96
|
-
concurrent-ruby (1.3.
|
|
96
|
+
concurrent-ruby (1.3.8)
|
|
97
97
|
connection_pool (3.0.2)
|
|
98
98
|
crass (1.0.7)
|
|
99
99
|
date (3.5.1)
|
|
100
100
|
diff-lcs (1.6.2)
|
|
101
101
|
drb (2.2.3)
|
|
102
|
-
erb (6.0.
|
|
102
|
+
erb (6.0.7)
|
|
103
103
|
erubi (1.13.1)
|
|
104
104
|
globalid (1.4.0)
|
|
105
105
|
activesupport (>= 6.1)
|
|
106
106
|
i18n (1.15.2)
|
|
107
107
|
concurrent-ruby (~> 1.0)
|
|
108
|
-
io-console (0.
|
|
108
|
+
io-console (0.9.2)
|
|
109
109
|
irb (1.18.0)
|
|
110
110
|
pp (>= 0.6.0)
|
|
111
111
|
prism (>= 1.3.0)
|
|
112
112
|
rdoc (>= 4.0.0)
|
|
113
113
|
reline (>= 0.4.2)
|
|
114
|
-
json (2.21.
|
|
114
|
+
json (2.21.2)
|
|
115
115
|
language_server-protocol (3.17.0.6)
|
|
116
116
|
lefthook (2.1.10)
|
|
117
117
|
lint_roller (1.1.0)
|
|
118
118
|
logger (1.7.0)
|
|
119
|
-
loofah (2.25.
|
|
119
|
+
loofah (2.25.2)
|
|
120
120
|
crass (~> 1.0.2)
|
|
121
121
|
nokogiri (>= 1.12.0)
|
|
122
122
|
mail (2.9.1)
|
|
@@ -134,7 +134,7 @@ GEM
|
|
|
134
134
|
minitest (6.0.6)
|
|
135
135
|
drb (~> 2.0)
|
|
136
136
|
prism (~> 1.5)
|
|
137
|
-
net-imap (0.6.
|
|
137
|
+
net-imap (0.6.6)
|
|
138
138
|
date
|
|
139
139
|
net-protocol
|
|
140
140
|
net-pop (0.1.2)
|
|
@@ -161,10 +161,10 @@ GEM
|
|
|
161
161
|
nokogiri (1.19.4-x86_64-linux-musl)
|
|
162
162
|
racc (~> 1.4)
|
|
163
163
|
parallel (2.1.0)
|
|
164
|
-
parser (3.3.
|
|
164
|
+
parser (3.3.12.0)
|
|
165
165
|
ast (~> 2.4.1)
|
|
166
166
|
racc
|
|
167
|
-
playwright-ruby-client (1.
|
|
167
|
+
playwright-ruby-client (1.62.0)
|
|
168
168
|
base64
|
|
169
169
|
concurrent-ruby (>= 1.1.6)
|
|
170
170
|
mime-types (>= 3.0)
|
|
@@ -173,7 +173,7 @@ GEM
|
|
|
173
173
|
prettyprint (0.2.0)
|
|
174
174
|
prism (1.9.0)
|
|
175
175
|
racc (1.8.1)
|
|
176
|
-
rack (3.2.
|
|
176
|
+
rack (3.2.7)
|
|
177
177
|
rack-session (2.1.2)
|
|
178
178
|
base64 (>= 0.1.0)
|
|
179
179
|
rack (>= 3.0.0)
|
|
@@ -199,8 +199,8 @@ GEM
|
|
|
199
199
|
activesupport (>= 5.0.0)
|
|
200
200
|
minitest
|
|
201
201
|
nokogiri (>= 1.6)
|
|
202
|
-
rails-html-sanitizer (1.7.
|
|
203
|
-
loofah (~> 2.25)
|
|
202
|
+
rails-html-sanitizer (1.7.1)
|
|
203
|
+
loofah (~> 2.25, >= 2.25.2)
|
|
204
204
|
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)
|
|
205
205
|
railties (7.2.3)
|
|
206
206
|
actionpack (= 7.2.3)
|
|
@@ -214,7 +214,7 @@ GEM
|
|
|
214
214
|
zeitwerk (~> 2.6)
|
|
215
215
|
rainbow (3.1.1)
|
|
216
216
|
rake (13.4.2)
|
|
217
|
-
rbs (4.
|
|
217
|
+
rbs (4.1.3)
|
|
218
218
|
logger
|
|
219
219
|
prism (>= 1.6.0)
|
|
220
220
|
tsort
|
|
@@ -224,7 +224,7 @@ GEM
|
|
|
224
224
|
rbs (>= 4.0.0)
|
|
225
225
|
tsort
|
|
226
226
|
regexp_parser (2.12.0)
|
|
227
|
-
reline (0.
|
|
227
|
+
reline (0.7.0)
|
|
228
228
|
io-console (~> 0.5)
|
|
229
229
|
rspec (3.13.2)
|
|
230
230
|
rspec-core (~> 3.13.0)
|
|
@@ -239,7 +239,7 @@ GEM
|
|
|
239
239
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
240
240
|
rspec-support (~> 3.13.0)
|
|
241
241
|
rspec-support (3.13.7)
|
|
242
|
-
rubocop (1.
|
|
242
|
+
rubocop (1.88.2)
|
|
243
243
|
json (~> 2.3)
|
|
244
244
|
language_server-protocol (~> 3.17.0.2)
|
|
245
245
|
lint_roller (~> 1.1.0)
|
|
@@ -263,11 +263,19 @@ GEM
|
|
|
263
263
|
rubocop (~> 1.86, >= 1.86.2)
|
|
264
264
|
ruby-progressbar (1.13.0)
|
|
265
265
|
securerandom (0.4.1)
|
|
266
|
-
simplecov (1.
|
|
267
|
-
|
|
266
|
+
simplecov (1.1.1)
|
|
267
|
+
sqlite3 (2.9.6-aarch64-linux-gnu)
|
|
268
|
+
sqlite3 (2.9.6-aarch64-linux-musl)
|
|
269
|
+
sqlite3 (2.9.6-arm-linux-gnu)
|
|
270
|
+
sqlite3 (2.9.6-arm-linux-musl)
|
|
271
|
+
sqlite3 (2.9.6-arm64-darwin)
|
|
272
|
+
sqlite3 (2.9.6-x86_64-darwin)
|
|
273
|
+
sqlite3 (2.9.6-x86_64-linux-gnu)
|
|
274
|
+
sqlite3 (2.9.6-x86_64-linux-musl)
|
|
275
|
+
standard (1.56.0)
|
|
268
276
|
language_server-protocol (~> 3.17.0.2)
|
|
269
277
|
lint_roller (~> 1.0)
|
|
270
|
-
rubocop (~> 1.
|
|
278
|
+
rubocop (~> 1.88.0)
|
|
271
279
|
standard-custom (~> 1.0.0)
|
|
272
280
|
standard-performance (~> 1.8)
|
|
273
281
|
standard-custom (1.0.2)
|
|
@@ -290,7 +298,7 @@ GEM
|
|
|
290
298
|
base64
|
|
291
299
|
websocket-extensions (>= 0.1.0)
|
|
292
300
|
websocket-extensions (0.1.5)
|
|
293
|
-
zeitwerk (2.8.
|
|
301
|
+
zeitwerk (2.8.3)
|
|
294
302
|
|
|
295
303
|
PLATFORMS
|
|
296
304
|
aarch64-linux-gnu
|
|
@@ -303,6 +311,7 @@ PLATFORMS
|
|
|
303
311
|
x86_64-linux-musl
|
|
304
312
|
|
|
305
313
|
DEPENDENCIES
|
|
314
|
+
activerecord
|
|
306
315
|
appraisal
|
|
307
316
|
e2e!
|
|
308
317
|
irb
|
|
@@ -314,6 +323,7 @@ DEPENDENCIES
|
|
|
314
323
|
rubocop-performance
|
|
315
324
|
rubocop-rspec
|
|
316
325
|
simplecov
|
|
326
|
+
sqlite3
|
|
317
327
|
standard
|
|
318
328
|
|
|
319
329
|
CHECKSUMS
|
|
@@ -335,32 +345,32 @@ CHECKSUMS
|
|
|
335
345
|
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
336
346
|
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
337
347
|
cgi (0.5.2) sha256=61ca30298171190fd4fa0d8018e57ada456eae9b7a2b78526debf7f0a0e6f8bb
|
|
338
|
-
concurrent-ruby (1.3.
|
|
348
|
+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
|
|
339
349
|
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
340
350
|
crass (1.0.7) sha256=94868719948664c89ddcaf0a37c65048413dfcb1c869470a5f7a7ceb5390b295
|
|
341
351
|
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
342
352
|
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
343
353
|
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
344
|
-
e2e (0.7.
|
|
345
|
-
erb (6.0.
|
|
354
|
+
e2e (0.7.2)
|
|
355
|
+
erb (6.0.7) sha256=c5ca6dc25b0ef974a44dc8f59fe847577122483b1968a38dec305c60bf91ee92
|
|
346
356
|
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
347
357
|
globalid (1.4.0) sha256=037f12fbf1d9d7a014d501c2d5c77356fd4ddd96d7a7991d6700bba96706f427
|
|
348
358
|
i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
|
|
349
|
-
io-console (0.
|
|
359
|
+
io-console (0.9.2) sha256=efa74f891dd03c0939a931dfc6e74c2813d904763d456ea9762b0525e748db08
|
|
350
360
|
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
351
|
-
json (2.21.
|
|
361
|
+
json (2.21.2) sha256=1f1d3b7cf2b3ba1a69beca0bb6db13d5438b80bff3cd54cdaaa620b9b07c1c6a
|
|
352
362
|
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
353
363
|
lefthook (2.1.10) sha256=cc9c06bd8ea689e8b8016eab9769e54d696d07951860c1c6d28e8f6812e61b65
|
|
354
364
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
355
365
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
356
|
-
loofah (2.25.
|
|
366
|
+
loofah (2.25.2) sha256=2007f746959ac65552456e04b433e83deb22759ab38c838b4445c70e43425918
|
|
357
367
|
mail (2.9.1) sha256=06574eca475253d6c18145dd70af80d0eb970182d55053497c5f4d797ea160e8
|
|
358
368
|
marcel (1.2.1) sha256=1678e9360e32f9eafa917c80029e2f6d10b2715c66a4b87b6d0da9b9cd1f859f
|
|
359
369
|
mime-types (3.7.0) sha256=dcebf61c246f08e15a4de34e386ebe8233791e868564a470c3fe77c00eed5e56
|
|
360
370
|
mime-types-data (3.2026.0701) sha256=cd8811e1fb89d836499ba0582368a10ee74cef929ba956d1d5ddca045e6a730f
|
|
361
371
|
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
362
372
|
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
|
|
363
|
-
net-imap (0.6.
|
|
373
|
+
net-imap (0.6.6) sha256=96aa4ee50df3060203e649efc341f53480b791d49e150f2fdebf68beb141a8df
|
|
364
374
|
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
365
375
|
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
366
376
|
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
@@ -374,39 +384,47 @@ CHECKSUMS
|
|
|
374
384
|
nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
|
|
375
385
|
nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
|
|
376
386
|
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
377
|
-
parser (3.3.
|
|
378
|
-
playwright-ruby-client (1.
|
|
387
|
+
parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
|
|
388
|
+
playwright-ruby-client (1.62.0) sha256=44eb6051ab7987f68a1288a7db7892403e59680116739987729c5fecfdb55715
|
|
379
389
|
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
380
390
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
381
391
|
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
382
392
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
383
|
-
rack (3.2.
|
|
393
|
+
rack (3.2.7) sha256=93e13e1c24f93556671d85d2d79fa228c3485815c50d7e2f265b5330c6528fb7
|
|
384
394
|
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
|
|
385
395
|
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
386
396
|
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
387
397
|
rails (7.2.3) sha256=9a9812eb131189676e64665f6883fc9c4051f412cc87ef9e3fa242a09c609bff
|
|
388
398
|
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
389
|
-
rails-html-sanitizer (1.7.
|
|
399
|
+
rails-html-sanitizer (1.7.1) sha256=e797a7c9b01e567307e317c576b49ab4168017e63eea4dba9ce3cb587e2f22c2
|
|
390
400
|
railties (7.2.3) sha256=6eb010a6bfe6f223e783f739ddfcbdb5b88b1f3a87f7739f0a0685e466250422
|
|
391
401
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
392
402
|
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
393
|
-
rbs (4.
|
|
403
|
+
rbs (4.1.3) sha256=0c4474a9751cdc14364bfad0b3e53678323bbdc2c31683b0445932867dbab8c4
|
|
394
404
|
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
395
405
|
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
396
|
-
reline (0.
|
|
406
|
+
reline (0.7.0) sha256=5b012d8e55dbf9d450f12bde2cf7d15ff546ae80b3f8f3b30e570d431815583d
|
|
397
407
|
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
398
408
|
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
399
409
|
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
400
410
|
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
401
411
|
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
402
|
-
rubocop (1.
|
|
412
|
+
rubocop (1.88.2) sha256=8def251c90cd955feb4daa3edc0ab56893250c4ce90ef81e6c80c03f9a939bbf
|
|
403
413
|
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
|
|
404
414
|
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
405
415
|
rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
|
|
406
416
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
407
417
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
408
|
-
simplecov (1.
|
|
409
|
-
|
|
418
|
+
simplecov (1.1.1) sha256=25825ef13f0b2e74694d769817dad6ab8e90131dabdaa666e522fea105521e78
|
|
419
|
+
sqlite3 (2.9.6-aarch64-linux-gnu) sha256=d8b1f7d23efd7abac285775a9566562fc7debfef79d594e3a20354406fb7907c
|
|
420
|
+
sqlite3 (2.9.6-aarch64-linux-musl) sha256=3579e1c98cdc7ff5c3722847bb63ed4e1efb7ff675cb5e1e48ef2d4da5fb3bc9
|
|
421
|
+
sqlite3 (2.9.6-arm-linux-gnu) sha256=33541500e3615da02afe54a9cc38b17a6985d3cf9d8b76d6d0a83002f114e7ec
|
|
422
|
+
sqlite3 (2.9.6-arm-linux-musl) sha256=c5490af48bb228fefa54314e9541375c3907e70f8109f3881b5ff97e1c93ae33
|
|
423
|
+
sqlite3 (2.9.6-arm64-darwin) sha256=849b5d7f795e60fe25076d62c72dd722beb45b3850b516ad978d60ee848ec15b
|
|
424
|
+
sqlite3 (2.9.6-x86_64-darwin) sha256=b5842fea77781c14da03fa7bc0feb82db03a69e135affcb6f5399cbd2797a5f3
|
|
425
|
+
sqlite3 (2.9.6-x86_64-linux-gnu) sha256=613188ce02f614126ddbc38c5e217ccffd6306d0dcd9adca9764547aa890a634
|
|
426
|
+
sqlite3 (2.9.6-x86_64-linux-musl) sha256=d493b11818a3573387a1d56e1ee8fa00da23a683a7a1cc063e7a0feeed843abf
|
|
427
|
+
standard (1.56.0) sha256=ae2af4d9669589162ac69ed5ef59dcf9f346d4afc81f7e62b84339310dfcb787
|
|
410
428
|
standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
|
|
411
429
|
standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
|
|
412
430
|
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
@@ -419,7 +437,7 @@ CHECKSUMS
|
|
|
419
437
|
webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131
|
|
420
438
|
websocket-driver (0.8.2) sha256=97c556b019bf3410b4961002ac501621e9322d3f8a7bc02161a09301cc4c4146
|
|
421
439
|
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
422
|
-
zeitwerk (2.8.
|
|
440
|
+
zeitwerk (2.8.3) sha256=2c85125a8467ce069e20123d1e709a08955c9d29c118c25b46b7b7fafdbb92e5
|
|
423
441
|
|
|
424
442
|
BUNDLED WITH
|
|
425
443
|
4.0.5
|