e2e 0.6.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '01750782c903882b84a532103617b2babfdfaba271d32aa8f697b5e1987cfc24'
4
- data.tar.gz: cc1097558f0be49202911ac317cff51401881d5c0b210afd69f169a3c8b8f293
3
+ metadata.gz: e9aa45b8632923a978457786f2b48b383ff7287ef92ccafede5c5d8b66367f46
4
+ data.tar.gz: ff1b990639ae52420099e5712abe60b94adf6585c809bb97a83eedffc927121d
5
5
  SHA512:
6
- metadata.gz: 23ecff51a9f9bc903058568e26f4354604da41208c9368f8c99243843f2f39785681d60d008ba90333c5fd392f8ba50449100fa6ae566144f34607e8bf4af277
7
- data.tar.gz: 85ae954b8c58ec52686ad33fd4ee5f969c9337b973ac51abd5359c4a63a4e04fbd7cd3fa0cf883b77f7afbd0b726db4074aa885128f1312052a5b2cba7c448ba
6
+ metadata.gz: a6d2c6d4c947873e1891a0ee955a8a8e32c84d9aa9e4045363f17332eb4444be7e52d061f08a62b800e6908934a1fd293cf0c1e5300e28aa07f17feb1f4ee4ae
7
+ data.tar.gz: 2b4ab4947940bb244a5f2afdb3080e1334b1ca8575ca4eb621a1daf5dfa1974949ff09532634c0bcffd6d61a4ed64016b4a55aa3b9477651344fc6cbf1fe134e
data/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.7.0] - 2026-07-15
11
+
12
+ ### Changed
13
+
14
+ - Minimum required Ruby version raised from 3.2 to 3.3
15
+
16
+ ## [0.6.1] - 2026-04-15
17
+
18
+ ### Removed
19
+
20
+ - `Capybara/SpecificFinders` RuboCop rule removed from `config/rubocop.yml` — the gem has no Capybara dependency
21
+
10
22
  ## [0.6.0] - 2026-02-13
11
23
 
12
24
  ### Added
data/config/rubocop.yml CHANGED
@@ -30,8 +30,3 @@ RSpec/MultipleExpectations:
30
30
  RSpec/NestedGroups:
31
31
  Max: 4
32
32
 
33
- # 'find_by_id' is not supported in e2e, so we stick to 'find("#id")'
34
- Capybara/SpecificFinders:
35
- Exclude:
36
- - 'spec/e2e/**/*'
37
- - 'test/e2e/**/*'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- e2e (0.6.0)
4
+ e2e (0.7.0)
5
5
  playwright-ruby-client (>= 1.40.0)
6
6
  rack
7
7
  rackup
@@ -90,51 +90,51 @@ GEM
90
90
  ast (2.4.3)
91
91
  base64 (0.3.0)
92
92
  benchmark (0.5.0)
93
- bigdecimal (4.0.1)
93
+ bigdecimal (4.1.2)
94
94
  builder (3.3.0)
95
- concurrent-ruby (1.3.6)
96
- crass (1.0.6)
95
+ concurrent-ruby (1.3.7)
96
+ crass (1.0.7)
97
97
  date (3.5.1)
98
98
  diff-lcs (1.6.2)
99
- docile (1.4.1)
100
99
  drb (2.2.3)
101
- erb (6.0.1)
100
+ erb (6.0.4)
102
101
  erubi (1.13.1)
103
- globalid (1.3.0)
102
+ globalid (1.4.0)
104
103
  activesupport (>= 6.1)
105
- i18n (1.14.8)
104
+ i18n (1.15.2)
106
105
  concurrent-ruby (~> 1.0)
107
106
  io-console (0.8.2)
108
- irb (1.17.0)
107
+ irb (1.18.0)
109
108
  pp (>= 0.6.0)
110
109
  prism (>= 1.3.0)
111
110
  rdoc (>= 4.0.0)
112
111
  reline (>= 0.4.2)
113
- json (2.18.1)
114
- language_server-protocol (3.17.0.5)
115
- lefthook (2.1.1)
112
+ json (2.21.1)
113
+ language_server-protocol (3.17.0.6)
114
+ lefthook (2.1.10)
116
115
  lint_roller (1.1.0)
117
116
  logger (1.7.0)
118
- loofah (2.25.0)
117
+ loofah (2.25.1)
119
118
  crass (~> 1.0.2)
120
119
  nokogiri (>= 1.12.0)
121
- mail (2.9.0)
120
+ mail (2.9.1)
122
121
  logger
123
122
  mini_mime (>= 0.1.1)
124
123
  net-imap
125
124
  net-pop
126
125
  net-smtp
127
- marcel (1.1.0)
126
+ marcel (1.2.1)
128
127
  method_source (1.1.0)
129
128
  mime-types (3.7.0)
130
129
  logger
131
130
  mime-types-data (~> 3.2025, >= 3.2025.0507)
132
- mime-types-data (3.2026.0203)
131
+ mime-types-data (3.2026.0701)
133
132
  mini_mime (1.1.5)
134
- minitest (6.0.1)
133
+ minitest (6.0.6)
134
+ drb (~> 2.0)
135
135
  prism (~> 1.5)
136
136
  mutex_m (0.3.0)
137
- net-imap (0.6.2)
137
+ net-imap (0.6.4.1)
138
138
  date
139
139
  net-protocol
140
140
  net-pop (0.1.2)
@@ -144,39 +144,36 @@ GEM
144
144
  net-smtp (0.5.1)
145
145
  net-protocol
146
146
  nio4r (2.7.5)
147
- nokogiri (1.19.0-aarch64-linux-gnu)
147
+ nokogiri (1.19.4-aarch64-linux-gnu)
148
148
  racc (~> 1.4)
149
- nokogiri (1.19.0-aarch64-linux-musl)
149
+ nokogiri (1.19.4-aarch64-linux-musl)
150
150
  racc (~> 1.4)
151
- nokogiri (1.19.0-arm-linux-gnu)
151
+ nokogiri (1.19.4-arm-linux-gnu)
152
152
  racc (~> 1.4)
153
- nokogiri (1.19.0-arm-linux-musl)
153
+ nokogiri (1.19.4-arm-linux-musl)
154
154
  racc (~> 1.4)
155
- nokogiri (1.19.0-arm64-darwin)
155
+ nokogiri (1.19.4-arm64-darwin)
156
156
  racc (~> 1.4)
157
- nokogiri (1.19.0-x86_64-darwin)
157
+ nokogiri (1.19.4-x86_64-darwin)
158
158
  racc (~> 1.4)
159
- nokogiri (1.19.0-x86_64-linux-gnu)
159
+ nokogiri (1.19.4-x86_64-linux-gnu)
160
160
  racc (~> 1.4)
161
- nokogiri (1.19.0-x86_64-linux-musl)
161
+ nokogiri (1.19.4-x86_64-linux-musl)
162
162
  racc (~> 1.4)
163
- parallel (1.27.0)
164
- parser (3.3.10.1)
163
+ parallel (2.1.0)
164
+ parser (3.3.11.1)
165
165
  ast (~> 2.4.1)
166
166
  racc
167
- playwright-ruby-client (1.58.0)
167
+ playwright-ruby-client (1.61.0)
168
168
  base64
169
169
  concurrent-ruby (>= 1.1.6)
170
170
  mime-types (>= 3.0)
171
- pp (0.6.3)
171
+ pp (0.6.4)
172
172
  prettyprint
173
173
  prettyprint (0.2.0)
174
174
  prism (1.9.0)
175
- psych (5.3.1)
176
- date
177
- stringio
178
175
  racc (1.8.1)
179
- rack (2.2.21)
176
+ rack (2.2.23)
180
177
  rack-test (2.2.0)
181
178
  rack (>= 1.3)
182
179
  rackup (1.0.1)
@@ -200,8 +197,8 @@ GEM
200
197
  activesupport (>= 5.0.0)
201
198
  minitest
202
199
  nokogiri (>= 1.6)
203
- rails-html-sanitizer (1.6.2)
204
- loofah (~> 2.21)
200
+ rails-html-sanitizer (1.7.0)
201
+ loofah (~> 2.25)
205
202
  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)
206
203
  railties (7.0.10)
207
204
  actionpack (= 7.0.10)
@@ -211,12 +208,17 @@ GEM
211
208
  thor (~> 1.0)
212
209
  zeitwerk (~> 2.5)
213
210
  rainbow (3.1.1)
214
- rake (13.3.1)
215
- rdoc (7.2.0)
211
+ rake (13.4.2)
212
+ rbs (4.0.3)
213
+ logger
214
+ prism (>= 1.6.0)
215
+ tsort
216
+ rdoc (8.0.0)
216
217
  erb
217
- psych (>= 4.0.0)
218
+ prism (>= 1.6.0)
219
+ rbs (>= 4.0.0)
218
220
  tsort
219
- regexp_parser (2.11.3)
221
+ regexp_parser (2.12.0)
220
222
  reline (0.6.3)
221
223
  io-console (~> 0.5)
222
224
  rspec (3.13.2)
@@ -228,43 +230,39 @@ GEM
228
230
  rspec-expectations (3.13.5)
229
231
  diff-lcs (>= 1.2.0, < 2.0)
230
232
  rspec-support (~> 3.13.0)
231
- rspec-mocks (3.13.7)
233
+ rspec-mocks (3.13.8)
232
234
  diff-lcs (>= 1.2.0, < 2.0)
233
235
  rspec-support (~> 3.13.0)
234
236
  rspec-support (3.13.7)
235
- rubocop (1.84.2)
237
+ rubocop (1.87.0)
236
238
  json (~> 2.3)
237
239
  language_server-protocol (~> 3.17.0.2)
238
240
  lint_roller (~> 1.1.0)
239
- parallel (~> 1.10)
241
+ parallel (>= 1.10)
240
242
  parser (>= 3.3.0.2)
241
243
  rainbow (>= 2.2.2, < 4.0)
242
244
  regexp_parser (>= 2.9.3, < 3.0)
243
245
  rubocop-ast (>= 1.49.0, < 2.0)
244
246
  ruby-progressbar (~> 1.7)
245
247
  unicode-display_width (>= 2.4.0, < 4.0)
246
- rubocop-ast (1.49.0)
248
+ rubocop-ast (1.50.0)
247
249
  parser (>= 3.3.7.2)
248
250
  prism (~> 1.7)
249
251
  rubocop-performance (1.26.1)
250
252
  lint_roller (~> 1.1)
251
253
  rubocop (>= 1.75.0, < 2.0)
252
254
  rubocop-ast (>= 1.47.1, < 2.0)
253
- rubocop-rspec (3.9.0)
255
+ rubocop-rspec (3.10.2)
254
256
  lint_roller (~> 1.1)
255
- rubocop (~> 1.81)
257
+ regexp_parser (>= 2.0)
258
+ rubocop (~> 1.86, >= 1.86.2)
256
259
  ruby-progressbar (1.13.0)
257
260
  securerandom (0.4.1)
258
- simplecov (0.22.0)
259
- docile (~> 1.1)
260
- simplecov-html (~> 0.11)
261
- simplecov_json_formatter (~> 0.1)
262
- simplecov-html (0.13.2)
263
- simplecov_json_formatter (0.1.4)
264
- standard (1.54.0)
261
+ simplecov (1.0.1)
262
+ standard (1.55.0)
265
263
  language_server-protocol (~> 3.17.0.2)
266
264
  lint_roller (~> 1.0)
267
- rubocop (~> 1.84.0)
265
+ rubocop (~> 1.87.0)
268
266
  standard-custom (~> 1.0.0)
269
267
  standard-performance (~> 1.8)
270
268
  standard-custom (1.0.2)
@@ -273,9 +271,8 @@ GEM
273
271
  standard-performance (1.9.0)
274
272
  lint_roller (~> 1.1)
275
273
  rubocop-performance (~> 1.26.0)
276
- stringio (3.2.0)
277
274
  thor (1.5.0)
278
- timeout (0.6.0)
275
+ timeout (0.6.1)
279
276
  tsort (0.2.0)
280
277
  tzinfo (2.0.6)
281
278
  concurrent-ruby (~> 1.0)
@@ -283,11 +280,11 @@ GEM
283
280
  unicode-emoji (~> 4.1)
284
281
  unicode-emoji (4.2.0)
285
282
  webrick (1.9.2)
286
- websocket-driver (0.8.0)
283
+ websocket-driver (0.8.2)
287
284
  base64
288
285
  websocket-extensions (>= 0.1.0)
289
286
  websocket-extensions (0.1.5)
290
- zeitwerk (2.7.4)
287
+ zeitwerk (2.8.2)
291
288
 
292
289
  PLATFORMS
293
290
  aarch64-linux-gnu
@@ -329,96 +326,92 @@ CHECKSUMS
329
326
  ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
330
327
  base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
331
328
  benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
332
- bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
329
+ bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
333
330
  builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
334
- concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
335
- crass (1.0.6) sha256=dc516022a56e7b3b156099abc81b6d2b08ea1ed12676ac7a5657617f012bd45d
331
+ concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
332
+ crass (1.0.7) sha256=94868719948664c89ddcaf0a37c65048413dfcb1c869470a5f7a7ceb5390b295
336
333
  date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
337
334
  diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
338
- docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
339
335
  drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
340
- e2e (0.6.0)
341
- erb (6.0.1) sha256=28ecdd99c5472aebd5674d6061e3c6b0a45c049578b071e5a52c2a7f13c197e5
336
+ e2e (0.7.0)
337
+ erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
342
338
  erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
343
- globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
344
- i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
339
+ globalid (1.4.0) sha256=037f12fbf1d9d7a014d501c2d5c77356fd4ddd96d7a7991d6700bba96706f427
340
+ i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
345
341
  io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
346
- irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
347
- json (2.18.1) sha256=fe112755501b8d0466b5ada6cf50c8c3f41e897fa128ac5d263ec09eedc9f986
348
- language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
349
- lefthook (2.1.1) sha256=1b4ce49fbadb3f6584c07daaa9164e560e27bb5aba18446bb9de2378fcf3f5b6
342
+ irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
343
+ json (2.21.1) sha256=13a43df75d95641443f5702dff350f237164a9d811ff0f2c2800d4d980220583
344
+ language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
345
+ lefthook (2.1.10) sha256=cc9c06bd8ea689e8b8016eab9769e54d696d07951860c1c6d28e8f6812e61b65
350
346
  lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
351
347
  logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
352
- loofah (2.25.0) sha256=df5ed7ac3bac6a4ec802df3877ee5cc86d027299f8952e6243b3dac446b060e6
353
- mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
354
- marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
348
+ loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
349
+ mail (2.9.1) sha256=06574eca475253d6c18145dd70af80d0eb970182d55053497c5f4d797ea160e8
350
+ marcel (1.2.1) sha256=1678e9360e32f9eafa917c80029e2f6d10b2715c66a4b87b6d0da9b9cd1f859f
355
351
  method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
356
352
  mime-types (3.7.0) sha256=dcebf61c246f08e15a4de34e386ebe8233791e868564a470c3fe77c00eed5e56
357
- mime-types-data (3.2026.0203) sha256=54353d693af028847391c28361c07d4b8b689cad78c3e1cc272fb1205c6d2a2f
353
+ mime-types-data (3.2026.0701) sha256=cd8811e1fb89d836499ba0582368a10ee74cef929ba956d1d5ddca045e6a730f
358
354
  mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
359
- minitest (6.0.1) sha256=7854c74f48e2e975969062833adc4013f249a4b212f5e7b9d5c040bf838d54bb
355
+ minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
360
356
  mutex_m (0.3.0) sha256=cfcb04ac16b69c4813777022fdceda24e9f798e48092a2b817eb4c0a782b0751
361
- net-imap (0.6.2) sha256=08caacad486853c61676cca0c0c47df93db02abc4a8239a8b67eb0981428acc6
357
+ net-imap (0.6.4.1) sha256=29f0360d75a7efd3539f16ac1957dea5c0a51ddeceb348db4553c3120914ea0d
362
358
  net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
363
359
  net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
364
360
  net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
365
361
  nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
366
- nokogiri (1.19.0-aarch64-linux-gnu) sha256=11a97ecc3c0e7e5edcf395720b10860ef493b768f6aa80c539573530bc933767
367
- nokogiri (1.19.0-aarch64-linux-musl) sha256=eb70507f5e01bc23dad9b8dbec2b36ad0e61d227b42d292835020ff754fb7ba9
368
- nokogiri (1.19.0-arm-linux-gnu) sha256=572a259026b2c8b7c161fdb6469fa2d0edd2b61cd599db4bbda93289abefbfe5
369
- nokogiri (1.19.0-arm-linux-musl) sha256=23ed90922f1a38aed555d3de4d058e90850c731c5b756d191b3dc8055948e73c
370
- nokogiri (1.19.0-arm64-darwin) sha256=0811dfd936d5f6dd3f6d32ef790568bf29b2b7bead9ba68866847b33c9cf5810
371
- nokogiri (1.19.0-x86_64-darwin) sha256=1dad56220b603a8edb9750cd95798bffa2b8dd9dd9aa47f664009ee5b43e3067
372
- nokogiri (1.19.0-x86_64-linux-gnu) sha256=f482b95c713d60031d48c44ce14562f8d2ce31e3a9e8dd0ccb131e9e5a68b58c
373
- nokogiri (1.19.0-x86_64-linux-musl) sha256=1c4ca6b381622420073ce6043443af1d321e8ed93cc18b08e2666e5bd02ffae4
374
- parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
375
- parser (3.3.10.1) sha256=06f6a725d2cd91e5e7f2b7c32ba143631e1f7c8ae2fb918fc4cebec187e6a688
376
- playwright-ruby-client (1.58.0) sha256=d78b6acfb2c7bea19394366f8fc840a8518b0dbfb07d8c63754cb21d9eda0277
377
- pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
362
+ nokogiri (1.19.4-aarch64-linux-gnu) sha256=1269fb644a6de405057a53dd5c762b1209b43ca7424f839454d3dbc677c31a8f
363
+ nokogiri (1.19.4-aarch64-linux-musl) sha256=35c65b9ce72b3bb03207bdbe7067915019dc18c1b9b59139684bd6690fdd01af
364
+ nokogiri (1.19.4-arm-linux-gnu) sha256=a301313e38bb065d68239e79734bcd6f56fb6efaacebde29e9abf2a4735340ca
365
+ nokogiri (1.19.4-arm-linux-musl) sha256=588923c101bcfa78869734d247d25b598674323e7f22474fc468f6e5647311eb
366
+ nokogiri (1.19.4-arm64-darwin) sha256=a46db9853286e6597b36ebc6953817d15acf3a299583eb3f89fdc6f91dd63527
367
+ nokogiri (1.19.4-x86_64-darwin) sha256=7fd17057d3e1f00e9954a74b3cd76595d3d4a5ef233b7ed9599047c204f70551
368
+ nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
369
+ nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
370
+ parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
371
+ parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
372
+ playwright-ruby-client (1.61.0) sha256=1f5c5f0307a2f6bd70b4fa797020a30eef5680caf8d5bd9ccc8d3937f6666e08
373
+ pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
378
374
  prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
379
375
  prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
380
- psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
381
376
  racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
382
- rack (2.2.21) sha256=14e2f72f0765455fe424ff601588ac5ce84e95784f59e99251ffe1527152f739
377
+ rack (2.2.23) sha256=a8fe9d7e07064770b8ec123663fded8a59ef7e2b6db5cda7173d45a5718ab69c
383
378
  rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
384
379
  rackup (1.0.1) sha256=ba86604a28989fe1043bff20d819b360944ca08156406812dca6742b24b3c249
385
380
  rails (7.0.10) sha256=866eb2c53d3184543fdb770d7ea308e4ee518063226a9e176229f3c7a9537c25
386
381
  rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
387
- rails-html-sanitizer (1.6.2) sha256=35fce2ca8242da8775c83b6ba9c1bcaad6751d9eb73c1abaa8403475ab89a560
382
+ rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
388
383
  railties (7.0.10) sha256=d52a8b7a61ad941121a15a6596b2150e05c70b199c3afc9e9b73e63b3b1a57a7
389
384
  rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
390
- rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
391
- rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
392
- regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
385
+ rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
386
+ rbs (4.0.3) sha256=5a7bf70e2628549d9a1f44eae447b2cfe55968a9c60cfff52693a4bdcc020e14
387
+ rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
388
+ regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
393
389
  reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
394
390
  rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
395
391
  rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
396
392
  rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
397
- rspec-mocks (3.13.7) sha256=0979034e64b1d7a838aaaddf12bf065ea4dc40ef3d4c39f01f93ae2c66c62b1c
393
+ rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
398
394
  rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
399
- rubocop (1.84.2) sha256=5692cea54168f3dc8cb79a6fe95c5424b7ea893c707ad7a4307b0585e88dbf5f
400
- rubocop-ast (1.49.0) sha256=49c3676d3123a0923d333e20c6c2dbaaae2d2287b475273fddee0c61da9f71fd
395
+ rubocop (1.87.0) sha256=b9d9ddf55116a513f8ef2c7ae660662d8b49301f118d3f0df61865b33a5c188d
396
+ rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
401
397
  rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
402
- rubocop-rspec (3.9.0) sha256=8fa70a3619408237d789aeecfb9beef40576acc855173e60939d63332fdb55e2
398
+ rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
403
399
  ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
404
400
  securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
405
- simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
406
- simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
407
- simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
408
- standard (1.54.0) sha256=7a4b08f83d9893083c8f03bc486f0feeb6a84d48233b40829c03ef4767ea0100
401
+ simplecov (1.0.1) sha256=419d93c40484159d20b40e26e9a83cdd4c3afa2f3fd443bb8946c301cd658d75
402
+ standard (1.55.0) sha256=8a8f2c3e681a4db3aafde1b301561b0f3d7c5f06c160167cb744a4d7baf0426e
409
403
  standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
410
404
  standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
411
- stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
412
405
  thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
413
- timeout (0.6.0) sha256=6d722ad619f96ee383a0c557ec6eb8c4ecb08af3af62098a0be5057bf00de1af
406
+ timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
414
407
  tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
415
408
  tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
416
409
  unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
417
410
  unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
418
411
  webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131
419
- websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
412
+ websocket-driver (0.8.2) sha256=97c556b019bf3410b4961002ac501621e9322d3f8a7bc02161a09301cc4c4146
420
413
  websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
421
- zeitwerk (2.7.4) sha256=2bef90f356bdafe9a6c2bd32bcd804f83a4f9b8bc27f3600fff051eb3edcec8b
414
+ zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12
422
415
 
423
416
  BUNDLED WITH
424
417
  4.0.5