phlexible 3.3.0 → 3.4.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/README.md +55 -0
- data/gemfiles/phlex1_rails7.gemfile.lock +137 -136
- data/gemfiles/phlex1_rails8.gemfile.lock +138 -137
- data/gemfiles/phlex2_rails7.gemfile.lock +137 -136
- data/gemfiles/phlex2_rails8.gemfile.lock +138 -137
- data/lib/phlexible/element_variants.rb +65 -0
- data/lib/phlexible/version.rb +1 -1
- metadata +2 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
phlexible (3.
|
|
4
|
+
phlexible (3.4.0)
|
|
5
5
|
phlex (>= 1.10.0, < 3.0.0)
|
|
6
6
|
phlex-rails (>= 1.2.0, < 3.0.0)
|
|
7
7
|
rails (>= 7.2.0, < 9.0.0)
|
|
@@ -10,29 +10,29 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
actioncable (7.2.3)
|
|
14
|
-
actionpack (= 7.2.3)
|
|
15
|
-
activesupport (= 7.2.3)
|
|
13
|
+
actioncable (7.2.3.1)
|
|
14
|
+
actionpack (= 7.2.3.1)
|
|
15
|
+
activesupport (= 7.2.3.1)
|
|
16
16
|
nio4r (~> 2.0)
|
|
17
17
|
websocket-driver (>= 0.6.1)
|
|
18
18
|
zeitwerk (~> 2.6)
|
|
19
|
-
actionmailbox (7.2.3)
|
|
20
|
-
actionpack (= 7.2.3)
|
|
21
|
-
activejob (= 7.2.3)
|
|
22
|
-
activerecord (= 7.2.3)
|
|
23
|
-
activestorage (= 7.2.3)
|
|
24
|
-
activesupport (= 7.2.3)
|
|
19
|
+
actionmailbox (7.2.3.1)
|
|
20
|
+
actionpack (= 7.2.3.1)
|
|
21
|
+
activejob (= 7.2.3.1)
|
|
22
|
+
activerecord (= 7.2.3.1)
|
|
23
|
+
activestorage (= 7.2.3.1)
|
|
24
|
+
activesupport (= 7.2.3.1)
|
|
25
25
|
mail (>= 2.8.0)
|
|
26
|
-
actionmailer (7.2.3)
|
|
27
|
-
actionpack (= 7.2.3)
|
|
28
|
-
actionview (= 7.2.3)
|
|
29
|
-
activejob (= 7.2.3)
|
|
30
|
-
activesupport (= 7.2.3)
|
|
26
|
+
actionmailer (7.2.3.1)
|
|
27
|
+
actionpack (= 7.2.3.1)
|
|
28
|
+
actionview (= 7.2.3.1)
|
|
29
|
+
activejob (= 7.2.3.1)
|
|
30
|
+
activesupport (= 7.2.3.1)
|
|
31
31
|
mail (>= 2.8.0)
|
|
32
32
|
rails-dom-testing (~> 2.2)
|
|
33
|
-
actionpack (7.2.3)
|
|
34
|
-
actionview (= 7.2.3)
|
|
35
|
-
activesupport (= 7.2.3)
|
|
33
|
+
actionpack (7.2.3.1)
|
|
34
|
+
actionview (= 7.2.3.1)
|
|
35
|
+
activesupport (= 7.2.3.1)
|
|
36
36
|
cgi
|
|
37
37
|
nokogiri (>= 1.8.5)
|
|
38
38
|
racc
|
|
@@ -42,36 +42,36 @@ GEM
|
|
|
42
42
|
rails-dom-testing (~> 2.2)
|
|
43
43
|
rails-html-sanitizer (~> 1.6)
|
|
44
44
|
useragent (~> 0.16)
|
|
45
|
-
actiontext (7.2.3)
|
|
46
|
-
actionpack (= 7.2.3)
|
|
47
|
-
activerecord (= 7.2.3)
|
|
48
|
-
activestorage (= 7.2.3)
|
|
49
|
-
activesupport (= 7.2.3)
|
|
45
|
+
actiontext (7.2.3.1)
|
|
46
|
+
actionpack (= 7.2.3.1)
|
|
47
|
+
activerecord (= 7.2.3.1)
|
|
48
|
+
activestorage (= 7.2.3.1)
|
|
49
|
+
activesupport (= 7.2.3.1)
|
|
50
50
|
globalid (>= 0.6.0)
|
|
51
51
|
nokogiri (>= 1.8.5)
|
|
52
|
-
actionview (7.2.3)
|
|
53
|
-
activesupport (= 7.2.3)
|
|
52
|
+
actionview (7.2.3.1)
|
|
53
|
+
activesupport (= 7.2.3.1)
|
|
54
54
|
builder (~> 3.1)
|
|
55
55
|
cgi
|
|
56
56
|
erubi (~> 1.11)
|
|
57
57
|
rails-dom-testing (~> 2.2)
|
|
58
58
|
rails-html-sanitizer (~> 1.6)
|
|
59
|
-
activejob (7.2.3)
|
|
60
|
-
activesupport (= 7.2.3)
|
|
59
|
+
activejob (7.2.3.1)
|
|
60
|
+
activesupport (= 7.2.3.1)
|
|
61
61
|
globalid (>= 0.3.6)
|
|
62
|
-
activemodel (7.2.3)
|
|
63
|
-
activesupport (= 7.2.3)
|
|
64
|
-
activerecord (7.2.3)
|
|
65
|
-
activemodel (= 7.2.3)
|
|
66
|
-
activesupport (= 7.2.3)
|
|
62
|
+
activemodel (7.2.3.1)
|
|
63
|
+
activesupport (= 7.2.3.1)
|
|
64
|
+
activerecord (7.2.3.1)
|
|
65
|
+
activemodel (= 7.2.3.1)
|
|
66
|
+
activesupport (= 7.2.3.1)
|
|
67
67
|
timeout (>= 0.4.0)
|
|
68
|
-
activestorage (7.2.3)
|
|
69
|
-
actionpack (= 7.2.3)
|
|
70
|
-
activejob (= 7.2.3)
|
|
71
|
-
activerecord (= 7.2.3)
|
|
72
|
-
activesupport (= 7.2.3)
|
|
68
|
+
activestorage (7.2.3.1)
|
|
69
|
+
actionpack (= 7.2.3.1)
|
|
70
|
+
activejob (= 7.2.3.1)
|
|
71
|
+
activerecord (= 7.2.3.1)
|
|
72
|
+
activesupport (= 7.2.3.1)
|
|
73
73
|
marcel (~> 1.0)
|
|
74
|
-
activesupport (7.2.3)
|
|
74
|
+
activesupport (7.2.3.1)
|
|
75
75
|
base64
|
|
76
76
|
benchmark (>= 0.3)
|
|
77
77
|
bigdecimal
|
|
@@ -80,10 +80,10 @@ GEM
|
|
|
80
80
|
drb
|
|
81
81
|
i18n (>= 1.6, < 2)
|
|
82
82
|
logger (>= 1.4.2)
|
|
83
|
-
minitest (>= 5.1)
|
|
83
|
+
minitest (>= 5.1, < 6)
|
|
84
84
|
securerandom (>= 0.3)
|
|
85
85
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
86
|
-
addressable (2.
|
|
86
|
+
addressable (2.9.0)
|
|
87
87
|
public_suffix (>= 2.0.2, < 8.0)
|
|
88
88
|
amazing_print (2.0.0)
|
|
89
89
|
appraisal (2.5.0)
|
|
@@ -93,7 +93,7 @@ GEM
|
|
|
93
93
|
ast (2.4.3)
|
|
94
94
|
base64 (0.3.0)
|
|
95
95
|
benchmark (0.5.0)
|
|
96
|
-
bigdecimal (4.
|
|
96
|
+
bigdecimal (4.1.2)
|
|
97
97
|
builder (3.3.0)
|
|
98
98
|
capybara (3.40.0)
|
|
99
99
|
addressable
|
|
@@ -125,22 +125,23 @@ GEM
|
|
|
125
125
|
dispersion (0.2.0)
|
|
126
126
|
prism
|
|
127
127
|
drb (2.2.3)
|
|
128
|
-
erb (6.0.
|
|
128
|
+
erb (6.0.4)
|
|
129
129
|
erubi (1.13.1)
|
|
130
130
|
globalid (1.3.0)
|
|
131
131
|
activesupport (>= 6.1)
|
|
132
132
|
i18n (1.14.8)
|
|
133
133
|
concurrent-ruby (~> 1.0)
|
|
134
134
|
io-console (0.8.2)
|
|
135
|
-
irb (1.
|
|
135
|
+
irb (1.18.0)
|
|
136
136
|
pp (>= 0.6.0)
|
|
137
|
+
prism (>= 1.3.0)
|
|
137
138
|
rdoc (>= 4.0.0)
|
|
138
139
|
reline (>= 0.4.2)
|
|
139
|
-
json (2.
|
|
140
|
+
json (2.19.5)
|
|
140
141
|
language_server-protocol (3.17.0.5)
|
|
141
142
|
lint_roller (1.1.0)
|
|
142
143
|
logger (1.7.0)
|
|
143
|
-
loofah (2.25.
|
|
144
|
+
loofah (2.25.1)
|
|
144
145
|
crass (~> 1.0.2)
|
|
145
146
|
nokogiri (>= 1.12.0)
|
|
146
147
|
mail (2.9.0)
|
|
@@ -162,7 +163,7 @@ GEM
|
|
|
162
163
|
minitest-spec-rails (7.4.1)
|
|
163
164
|
minitest (>= 5.0)
|
|
164
165
|
railties (>= 4.1)
|
|
165
|
-
net-imap (0.6.
|
|
166
|
+
net-imap (0.6.4)
|
|
166
167
|
date
|
|
167
168
|
net-protocol
|
|
168
169
|
net-pop (0.1.2)
|
|
@@ -172,27 +173,27 @@ GEM
|
|
|
172
173
|
net-smtp (0.5.1)
|
|
173
174
|
net-protocol
|
|
174
175
|
nio4r (2.7.5)
|
|
175
|
-
nokogiri (1.19.
|
|
176
|
+
nokogiri (1.19.3-aarch64-linux-gnu)
|
|
176
177
|
racc (~> 1.4)
|
|
177
|
-
nokogiri (1.19.
|
|
178
|
+
nokogiri (1.19.3-aarch64-linux-musl)
|
|
178
179
|
racc (~> 1.4)
|
|
179
|
-
nokogiri (1.19.
|
|
180
|
+
nokogiri (1.19.3-arm-linux-gnu)
|
|
180
181
|
racc (~> 1.4)
|
|
181
|
-
nokogiri (1.19.
|
|
182
|
+
nokogiri (1.19.3-arm-linux-musl)
|
|
182
183
|
racc (~> 1.4)
|
|
183
|
-
nokogiri (1.19.
|
|
184
|
+
nokogiri (1.19.3-arm64-darwin)
|
|
184
185
|
racc (~> 1.4)
|
|
185
|
-
nokogiri (1.19.
|
|
186
|
+
nokogiri (1.19.3-x86_64-darwin)
|
|
186
187
|
racc (~> 1.4)
|
|
187
|
-
nokogiri (1.19.
|
|
188
|
+
nokogiri (1.19.3-x86_64-linux-gnu)
|
|
188
189
|
racc (~> 1.4)
|
|
189
|
-
nokogiri (1.19.
|
|
190
|
+
nokogiri (1.19.3-x86_64-linux-musl)
|
|
190
191
|
racc (~> 1.4)
|
|
191
|
-
parallel (1.
|
|
192
|
-
parser (3.3.
|
|
192
|
+
parallel (2.1.0)
|
|
193
|
+
parser (3.3.11.1)
|
|
193
194
|
ast (~> 2.4.1)
|
|
194
195
|
racc
|
|
195
|
-
phlex (2.4.
|
|
196
|
+
phlex (2.4.1)
|
|
196
197
|
refract (~> 1.0)
|
|
197
198
|
zeitwerk (~> 2.7)
|
|
198
199
|
phlex-rails (2.4.0)
|
|
@@ -204,44 +205,44 @@ GEM
|
|
|
204
205
|
pretty_please (0.2.0)
|
|
205
206
|
dispersion (~> 0.2)
|
|
206
207
|
prettyprint (0.2.0)
|
|
207
|
-
prism (1.
|
|
208
|
+
prism (1.9.0)
|
|
208
209
|
psych (5.3.1)
|
|
209
210
|
date
|
|
210
211
|
stringio
|
|
211
|
-
public_suffix (7.0.
|
|
212
|
+
public_suffix (7.0.5)
|
|
212
213
|
racc (1.8.1)
|
|
213
|
-
rack (3.2.
|
|
214
|
-
rack-session (2.1.
|
|
214
|
+
rack (3.2.6)
|
|
215
|
+
rack-session (2.1.2)
|
|
215
216
|
base64 (>= 0.1.0)
|
|
216
217
|
rack (>= 3.0.0)
|
|
217
218
|
rack-test (2.2.0)
|
|
218
219
|
rack (>= 1.3)
|
|
219
220
|
rackup (2.3.1)
|
|
220
221
|
rack (>= 3)
|
|
221
|
-
rails (7.2.3)
|
|
222
|
-
actioncable (= 7.2.3)
|
|
223
|
-
actionmailbox (= 7.2.3)
|
|
224
|
-
actionmailer (= 7.2.3)
|
|
225
|
-
actionpack (= 7.2.3)
|
|
226
|
-
actiontext (= 7.2.3)
|
|
227
|
-
actionview (= 7.2.3)
|
|
228
|
-
activejob (= 7.2.3)
|
|
229
|
-
activemodel (= 7.2.3)
|
|
230
|
-
activerecord (= 7.2.3)
|
|
231
|
-
activestorage (= 7.2.3)
|
|
232
|
-
activesupport (= 7.2.3)
|
|
222
|
+
rails (7.2.3.1)
|
|
223
|
+
actioncable (= 7.2.3.1)
|
|
224
|
+
actionmailbox (= 7.2.3.1)
|
|
225
|
+
actionmailer (= 7.2.3.1)
|
|
226
|
+
actionpack (= 7.2.3.1)
|
|
227
|
+
actiontext (= 7.2.3.1)
|
|
228
|
+
actionview (= 7.2.3.1)
|
|
229
|
+
activejob (= 7.2.3.1)
|
|
230
|
+
activemodel (= 7.2.3.1)
|
|
231
|
+
activerecord (= 7.2.3.1)
|
|
232
|
+
activestorage (= 7.2.3.1)
|
|
233
|
+
activesupport (= 7.2.3.1)
|
|
233
234
|
bundler (>= 1.15.0)
|
|
234
|
-
railties (= 7.2.3)
|
|
235
|
+
railties (= 7.2.3.1)
|
|
235
236
|
rails-dom-testing (2.3.0)
|
|
236
237
|
activesupport (>= 5.0.0)
|
|
237
238
|
minitest
|
|
238
239
|
nokogiri (>= 1.6)
|
|
239
|
-
rails-html-sanitizer (1.
|
|
240
|
-
loofah (~> 2.
|
|
240
|
+
rails-html-sanitizer (1.7.0)
|
|
241
|
+
loofah (~> 2.25)
|
|
241
242
|
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)
|
|
242
|
-
railties (7.2.3)
|
|
243
|
-
actionpack (= 7.2.3)
|
|
244
|
-
activesupport (= 7.2.3)
|
|
243
|
+
railties (7.2.3.1)
|
|
244
|
+
actionpack (= 7.2.3.1)
|
|
245
|
+
activesupport (= 7.2.3.1)
|
|
245
246
|
cgi
|
|
246
247
|
irb (~> 1.13)
|
|
247
248
|
rackup (>= 1.0.0)
|
|
@@ -250,35 +251,35 @@ GEM
|
|
|
250
251
|
tsort (>= 0.2)
|
|
251
252
|
zeitwerk (~> 2.6)
|
|
252
253
|
rainbow (3.1.1)
|
|
253
|
-
rake (13.
|
|
254
|
-
rdoc (7.
|
|
254
|
+
rake (13.4.2)
|
|
255
|
+
rdoc (7.2.0)
|
|
255
256
|
erb
|
|
256
257
|
psych (>= 4.0.0)
|
|
257
258
|
tsort
|
|
258
259
|
refract (1.1.0)
|
|
259
260
|
prism
|
|
260
261
|
zeitwerk
|
|
261
|
-
regexp_parser (2.
|
|
262
|
+
regexp_parser (2.12.0)
|
|
262
263
|
reline (0.6.3)
|
|
263
264
|
io-console (~> 0.5)
|
|
264
|
-
rubocop (1.
|
|
265
|
+
rubocop (1.86.1)
|
|
265
266
|
json (~> 2.3)
|
|
266
267
|
language_server-protocol (~> 3.17.0.2)
|
|
267
268
|
lint_roller (~> 1.1.0)
|
|
268
|
-
parallel (
|
|
269
|
+
parallel (>= 1.10)
|
|
269
270
|
parser (>= 3.3.0.2)
|
|
270
271
|
rainbow (>= 2.2.2, < 4.0)
|
|
271
272
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
272
|
-
rubocop-ast (>= 1.
|
|
273
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
273
274
|
ruby-progressbar (~> 1.7)
|
|
274
275
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
275
|
-
rubocop-ast (1.49.
|
|
276
|
+
rubocop-ast (1.49.1)
|
|
276
277
|
parser (>= 3.3.7.2)
|
|
277
278
|
prism (~> 1.7)
|
|
278
279
|
rubocop-disable_syntax (0.2.0)
|
|
279
280
|
lint_roller
|
|
280
281
|
rubocop (>= 1.72.0)
|
|
281
|
-
rubocop-minitest (0.
|
|
282
|
+
rubocop-minitest (0.39.1)
|
|
282
283
|
lint_roller (~> 1.1)
|
|
283
284
|
rubocop (>= 1.75.0, < 2.0)
|
|
284
285
|
rubocop-ast (>= 1.38.0, < 2.0)
|
|
@@ -289,7 +290,7 @@ GEM
|
|
|
289
290
|
lint_roller (~> 1.1)
|
|
290
291
|
rubocop (>= 1.75.0, < 2.0)
|
|
291
292
|
rubocop-ast (>= 1.47.1, < 2.0)
|
|
292
|
-
rubocop-rails (2.
|
|
293
|
+
rubocop-rails (2.35.0)
|
|
293
294
|
activesupport (>= 4.2.0)
|
|
294
295
|
lint_roller (~> 1.1)
|
|
295
296
|
rack (>= 1.1)
|
|
@@ -302,7 +303,7 @@ GEM
|
|
|
302
303
|
securerandom (0.4.1)
|
|
303
304
|
stringio (3.2.0)
|
|
304
305
|
thor (1.5.0)
|
|
305
|
-
timeout (0.6.
|
|
306
|
+
timeout (0.6.1)
|
|
306
307
|
tsort (0.2.0)
|
|
307
308
|
tzinfo (2.0.6)
|
|
308
309
|
concurrent-ruby (~> 1.0)
|
|
@@ -316,7 +317,7 @@ GEM
|
|
|
316
317
|
websocket-extensions (0.1.5)
|
|
317
318
|
xpath (3.2.0)
|
|
318
319
|
nokogiri (~> 1.8)
|
|
319
|
-
zeitwerk (2.7.
|
|
320
|
+
zeitwerk (2.7.5)
|
|
320
321
|
|
|
321
322
|
PLATFORMS
|
|
322
323
|
aarch64-linux
|
|
@@ -352,24 +353,24 @@ DEPENDENCIES
|
|
|
352
353
|
rubocop-rake
|
|
353
354
|
|
|
354
355
|
CHECKSUMS
|
|
355
|
-
actioncable (7.2.3) sha256=
|
|
356
|
-
actionmailbox (7.2.3) sha256=
|
|
357
|
-
actionmailer (7.2.3) sha256=
|
|
358
|
-
actionpack (7.2.3) sha256=
|
|
359
|
-
actiontext (7.2.3) sha256=
|
|
360
|
-
actionview (7.2.3) sha256=
|
|
361
|
-
activejob (7.2.3) sha256=
|
|
362
|
-
activemodel (7.2.3) sha256=
|
|
363
|
-
activerecord (7.2.3) sha256=
|
|
364
|
-
activestorage (7.2.3) sha256=
|
|
365
|
-
activesupport (7.2.3) sha256=
|
|
366
|
-
addressable (2.
|
|
356
|
+
actioncable (7.2.3.1) sha256=d3bf40a3f4fc79a09709878f0e5c43a5e2d8e6607089f6b38f9472b8715eb33c
|
|
357
|
+
actionmailbox (7.2.3.1) sha256=a4e73480c97ab2fff5a416f92c54b065b1a6564ea4a807d42e0b83a94d4ec541
|
|
358
|
+
actionmailer (7.2.3.1) sha256=f578b6d5c5f81a20b6f6a796187698890c8348c041daa5e2e7cf7814ac520467
|
|
359
|
+
actionpack (7.2.3.1) sha256=b66afe7f937273270cb63f03bde7af7ba850017867766e8848d06d3e12e1e4ca
|
|
360
|
+
actiontext (7.2.3.1) sha256=5b1418f407ea347b98084a62b9b6caa1d3b1eb482d18dbbb69fad43f242843e3
|
|
361
|
+
actionview (7.2.3.1) sha256=de19b86843391762ac24a6287c30fbba11cd475fa4d4b664924d5fb7a2f1ff7c
|
|
362
|
+
activejob (7.2.3.1) sha256=0bc4227ce371b82da119cd27ed91e0deb9b744bbfa266b86e4bd8d1e2a8f6ed8
|
|
363
|
+
activemodel (7.2.3.1) sha256=39e1869b85e7a0b64a8ccddf19f3fb0c44261b329785384bb88f878eab51c0d0
|
|
364
|
+
activerecord (7.2.3.1) sha256=b89513e275da5b34183c5f2a497c154b02dcc7c811d399ab557e67e36170a05d
|
|
365
|
+
activestorage (7.2.3.1) sha256=0b224ea42e6256d3e33768bdccad8e3c9110a5140fc9faf98bde8873dd5dffab
|
|
366
|
+
activesupport (7.2.3.1) sha256=11ebed516a43a0bb47346227a35ebae4d9427465a7c9eb197a03d5c8d283cb34
|
|
367
|
+
addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af
|
|
367
368
|
amazing_print (2.0.0) sha256=2e36aba46ac78d37ed27ca0e2056afe3583183bb5c64f157c246b267355e5d6a
|
|
368
369
|
appraisal (2.5.0) sha256=36989221be127913b0dba8d114da2001e6b2dceea7bd4951200eaba764eed3ce
|
|
369
370
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
370
371
|
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
371
372
|
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
372
|
-
bigdecimal (4.
|
|
373
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
373
374
|
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
374
375
|
capybara (3.40.0) sha256=42dba720578ea1ca65fd7a41d163dd368502c191804558f6e0f71b391054aeef
|
|
375
376
|
cgi (0.5.1) sha256=e93fcafc69b8a934fe1e6146121fa35430efa8b4a4047c4893764067036f18e9
|
|
@@ -385,17 +386,17 @@ CHECKSUMS
|
|
|
385
386
|
difftastic (0.8.0-x86_64-linux) sha256=9c384dd9d2395b2b1b388922e1745f1472d19c4b3af9f83c0d22b30f6619208f
|
|
386
387
|
dispersion (0.2.0) sha256=64a375f82197b50633b55250d5eac976c412b7c28a7f8cbf8b5f74ced1aaf362
|
|
387
388
|
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
388
|
-
erb (6.0.
|
|
389
|
+
erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
|
|
389
390
|
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
390
391
|
globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
|
|
391
392
|
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
392
393
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
393
|
-
irb (1.
|
|
394
|
-
json (2.
|
|
394
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
395
|
+
json (2.19.5) sha256=218a18553e4801d579ca7e0f5bc72bafd776d7397238a1fb4e74db5b0a812c59
|
|
395
396
|
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
396
397
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
397
398
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
398
|
-
loofah (2.25.
|
|
399
|
+
loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
|
|
399
400
|
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
|
|
400
401
|
marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
|
|
401
402
|
matrix (0.4.3) sha256=a0d5ab7ddcc1973ff690ab361b67f359acbb16958d1dc072b8b956a286564c5b
|
|
@@ -405,58 +406,58 @@ CHECKSUMS
|
|
|
405
406
|
minitest-difftastic (0.2.1) sha256=fc2c6e01cd839371772ed08604c9ce7b1567ee262e9dd4fef7d78665d1a99c45
|
|
406
407
|
minitest-focus (1.4.1) sha256=394517cbe2dcb2d992d8ffc41a3b2b6315777a4daa69239de4fefe7110dd810e
|
|
407
408
|
minitest-spec-rails (7.4.1) sha256=cda2638ded7cd98ab5f2bbf0eafbba9fdc4b0fc58248ad38703b12403831254f
|
|
408
|
-
net-imap (0.6.
|
|
409
|
+
net-imap (0.6.4) sha256=9a5598c67a3022c284d98430ef1d4948e7dbdb62596f61081ea8ca933270a02b
|
|
409
410
|
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
410
411
|
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
411
412
|
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
412
413
|
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
413
|
-
nokogiri (1.19.
|
|
414
|
-
nokogiri (1.19.
|
|
415
|
-
nokogiri (1.19.
|
|
416
|
-
nokogiri (1.19.
|
|
417
|
-
nokogiri (1.19.
|
|
418
|
-
nokogiri (1.19.
|
|
419
|
-
nokogiri (1.19.
|
|
420
|
-
nokogiri (1.19.
|
|
421
|
-
parallel (1.
|
|
422
|
-
parser (3.3.
|
|
423
|
-
phlex (2.4.
|
|
414
|
+
nokogiri (1.19.3-aarch64-linux-gnu) sha256=46b89e5d7b9e844c2ee360794240c6ea2a4e6fa0c5892a4ed487db621224b639
|
|
415
|
+
nokogiri (1.19.3-aarch64-linux-musl) sha256=8392dfdcd21be7a94dbbe9ccc138dea01b97b24cb2dc02a114ca98bfb1d9a0b7
|
|
416
|
+
nokogiri (1.19.3-arm-linux-gnu) sha256=3919d5ffc334ad778a4a9eb88fda7dcb8b1fb58c8a52ac640c6dcd2f038e774f
|
|
417
|
+
nokogiri (1.19.3-arm-linux-musl) sha256=9ce1cb6346bb9c67b1550eb537aa183ead91e4b6eadb2f36ade02d8dd2a79fb6
|
|
418
|
+
nokogiri (1.19.3-arm64-darwin) sha256=71b9bd424b1b7abc18b05052a1a3cfd3627abdca62be280854cc411791357e42
|
|
419
|
+
nokogiri (1.19.3-x86_64-darwin) sha256=77f3fba57d46c53ab31e62fc6c28f705109d1bf6264356c76f132b2be5728d4d
|
|
420
|
+
nokogiri (1.19.3-x86_64-linux-gnu) sha256=2f5078620fe12e83669b5b17311b32532a8153d02eee7ad06948b926d6080976
|
|
421
|
+
nokogiri (1.19.3-x86_64-linux-musl) sha256=248c906d2166eca5efb56d52fdee5f9a1f51d69a72e2b64fdac647b4ce39ea3f
|
|
422
|
+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
423
|
+
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
|
|
424
|
+
phlex (2.4.1) sha256=e596717fbfe38b5271840266758779ebe75092e02629f0c170287e6290a70b12
|
|
424
425
|
phlex-rails (2.4.0) sha256=2bcddbd488681acb25753bab1887d3ac150e644244ff8ba307f2171a4d0195f5
|
|
425
|
-
phlexible (3.
|
|
426
|
+
phlexible (3.4.0)
|
|
426
427
|
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
|
|
427
428
|
pretty_please (0.2.0) sha256=1f00296f946ae8ffd53db25803ed3998d615b9cc07526517dc75fcca6af3a0d3
|
|
428
429
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
429
|
-
prism (1.
|
|
430
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
430
431
|
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
431
|
-
public_suffix (7.0.
|
|
432
|
+
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
|
|
432
433
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
433
|
-
rack (3.2.
|
|
434
|
-
rack-session (2.1.
|
|
434
|
+
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
435
|
+
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
|
|
435
436
|
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
436
437
|
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
437
|
-
rails (7.2.3) sha256=
|
|
438
|
+
rails (7.2.3.1) sha256=96c0a0160081ef3f1e407438880f6194c6ec94cdf40c8f83fc7bb22c279eba94
|
|
438
439
|
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
439
|
-
rails-html-sanitizer (1.
|
|
440
|
-
railties (7.2.3) sha256=
|
|
440
|
+
rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
|
|
441
|
+
railties (7.2.3.1) sha256=aea3393ee10243ceedcbeccb45458a0d58b524b6d21bf32eff8b93853baae15a
|
|
441
442
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
442
|
-
rake (13.
|
|
443
|
-
rdoc (7.
|
|
443
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
444
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
444
445
|
refract (1.1.0) sha256=ee3b9627e39f7692831101e2fedd73e0d09a592ff5d5c05f171d14211fc7a9c7
|
|
445
|
-
regexp_parser (2.
|
|
446
|
+
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
446
447
|
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
447
|
-
rubocop (1.
|
|
448
|
-
rubocop-ast (1.49.
|
|
448
|
+
rubocop (1.86.1) sha256=44415f3f01d01a21e01132248d2fd0867572475b566ca188a0a42133a08d4531
|
|
449
|
+
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
|
|
449
450
|
rubocop-disable_syntax (0.2.0) sha256=1e61645773b3fc2f74e995ec65f605f7db59437c274fdfd4f385f60bf86af73e
|
|
450
|
-
rubocop-minitest (0.
|
|
451
|
+
rubocop-minitest (0.39.1) sha256=998398d6da4026d297f0f9bf709a1eac5f2b6947c24431f94af08138510cf7ed
|
|
451
452
|
rubocop-packaging (0.6.0) sha256=fb92bd0fb48e6f8cdb1648d2249b0cd51c2497dcc87340132d22f01edbf558a7
|
|
452
453
|
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
453
|
-
rubocop-rails (2.
|
|
454
|
+
rubocop-rails (2.35.0) sha256=a5d9f0f6c6d9b73d9ddd181c4c0b6d2e00dd17107480828d31c7b369ebfcd49c
|
|
454
455
|
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
|
|
455
456
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
456
457
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
457
458
|
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
458
459
|
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
459
|
-
timeout (0.6.
|
|
460
|
+
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
460
461
|
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
461
462
|
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
462
463
|
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
@@ -465,7 +466,7 @@ CHECKSUMS
|
|
|
465
466
|
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
|
|
466
467
|
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
467
468
|
xpath (3.2.0) sha256=6dfda79d91bb3b949b947ecc5919f042ef2f399b904013eb3ef6d20dd3a4082e
|
|
468
|
-
zeitwerk (2.7.
|
|
469
|
+
zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd
|
|
469
470
|
|
|
470
471
|
BUNDLED WITH
|
|
471
472
|
4.0.4
|