proscenium-phlex 0.5.0 → 0.6.1
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/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/Appraisals +12 -4
- data/Rakefile +0 -2
- data/gemfiles/{rails_7.2.gemfile → phlex1_rails7.gemfile} +3 -2
- data/gemfiles/phlex1_rails7.gemfile.lock +540 -0
- data/gemfiles/{rails_8.gemfile → phlex1_rails8.gemfile} +3 -2
- data/gemfiles/phlex1_rails8.gemfile.lock +536 -0
- data/gemfiles/{rails_7.1.gemfile → phlex2_rails7.gemfile} +4 -3
- data/gemfiles/phlex2_rails7.gemfile.lock +547 -0
- data/gemfiles/phlex2_rails8.gemfile +26 -0
- data/gemfiles/phlex2_rails8.gemfile.lock +543 -0
- data/lib/proscenium/phlex/css_module_rewriter.rb +3 -6
- data/lib/proscenium/phlex/css_modules.rb +47 -7
- data/lib/proscenium/phlex/sideload.rb +3 -3
- data/lib/proscenium/phlex/version.rb +1 -1
- metadata +36 -14
- data/gemfiles/rails_7.1.gemfile.lock +0 -366
- data/gemfiles/rails_7.2.gemfile.lock +0 -360
- data/gemfiles/rails_8.gemfile.lock +0 -361
|
@@ -0,0 +1,536 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: ..
|
|
3
|
+
specs:
|
|
4
|
+
proscenium-phlex (0.6.1)
|
|
5
|
+
phlex-rails (>= 1.2, < 3.0)
|
|
6
|
+
phlexible (>= 3.1.0)
|
|
7
|
+
prism
|
|
8
|
+
proscenium (>= 0.24.1)
|
|
9
|
+
rails (>= 7.1.0, < 9.0)
|
|
10
|
+
require-hooks (~> 0.2)
|
|
11
|
+
|
|
12
|
+
GEM
|
|
13
|
+
remote: https://rubygems.org/
|
|
14
|
+
specs:
|
|
15
|
+
actioncable (8.0.5)
|
|
16
|
+
actionpack (= 8.0.5)
|
|
17
|
+
activesupport (= 8.0.5)
|
|
18
|
+
nio4r (~> 2.0)
|
|
19
|
+
websocket-driver (>= 0.6.1)
|
|
20
|
+
zeitwerk (~> 2.6)
|
|
21
|
+
actionmailbox (8.0.5)
|
|
22
|
+
actionpack (= 8.0.5)
|
|
23
|
+
activejob (= 8.0.5)
|
|
24
|
+
activerecord (= 8.0.5)
|
|
25
|
+
activestorage (= 8.0.5)
|
|
26
|
+
activesupport (= 8.0.5)
|
|
27
|
+
mail (>= 2.8.0)
|
|
28
|
+
actionmailer (8.0.5)
|
|
29
|
+
actionpack (= 8.0.5)
|
|
30
|
+
actionview (= 8.0.5)
|
|
31
|
+
activejob (= 8.0.5)
|
|
32
|
+
activesupport (= 8.0.5)
|
|
33
|
+
mail (>= 2.8.0)
|
|
34
|
+
rails-dom-testing (~> 2.2)
|
|
35
|
+
actionpack (8.0.5)
|
|
36
|
+
actionview (= 8.0.5)
|
|
37
|
+
activesupport (= 8.0.5)
|
|
38
|
+
nokogiri (>= 1.8.5)
|
|
39
|
+
rack (>= 2.2.4)
|
|
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 (8.0.5)
|
|
46
|
+
actionpack (= 8.0.5)
|
|
47
|
+
activerecord (= 8.0.5)
|
|
48
|
+
activestorage (= 8.0.5)
|
|
49
|
+
activesupport (= 8.0.5)
|
|
50
|
+
globalid (>= 0.6.0)
|
|
51
|
+
nokogiri (>= 1.8.5)
|
|
52
|
+
actionview (8.0.5)
|
|
53
|
+
activesupport (= 8.0.5)
|
|
54
|
+
builder (~> 3.1)
|
|
55
|
+
erubi (~> 1.11)
|
|
56
|
+
rails-dom-testing (~> 2.2)
|
|
57
|
+
rails-html-sanitizer (~> 1.6)
|
|
58
|
+
activejob (8.0.5)
|
|
59
|
+
activesupport (= 8.0.5)
|
|
60
|
+
globalid (>= 0.3.6)
|
|
61
|
+
activemodel (8.0.5)
|
|
62
|
+
activesupport (= 8.0.5)
|
|
63
|
+
activerecord (8.0.5)
|
|
64
|
+
activemodel (= 8.0.5)
|
|
65
|
+
activesupport (= 8.0.5)
|
|
66
|
+
timeout (>= 0.4.0)
|
|
67
|
+
activestorage (8.0.5)
|
|
68
|
+
actionpack (= 8.0.5)
|
|
69
|
+
activejob (= 8.0.5)
|
|
70
|
+
activerecord (= 8.0.5)
|
|
71
|
+
activesupport (= 8.0.5)
|
|
72
|
+
marcel (~> 1.0)
|
|
73
|
+
activesupport (8.0.5)
|
|
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
|
+
uri (>= 0.13.1)
|
|
86
|
+
addressable (2.9.0)
|
|
87
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
88
|
+
amazing_print (2.0.0)
|
|
89
|
+
appraisal (2.5.0)
|
|
90
|
+
bundler
|
|
91
|
+
rake
|
|
92
|
+
thor (>= 0.14.0)
|
|
93
|
+
ast (2.4.3)
|
|
94
|
+
base64 (0.3.0)
|
|
95
|
+
benchmark (0.5.0)
|
|
96
|
+
bigdecimal (4.1.2)
|
|
97
|
+
bindex (0.8.1)
|
|
98
|
+
builder (3.3.0)
|
|
99
|
+
capybara (3.40.0)
|
|
100
|
+
addressable
|
|
101
|
+
matrix
|
|
102
|
+
mini_mime (>= 0.1.3)
|
|
103
|
+
nokogiri (~> 1.11)
|
|
104
|
+
rack (>= 1.6.0)
|
|
105
|
+
rack-test (>= 0.6.3)
|
|
106
|
+
regexp_parser (>= 1.5, < 3.0)
|
|
107
|
+
xpath (~> 3.2)
|
|
108
|
+
concurrent-ruby (1.3.6)
|
|
109
|
+
connection_pool (3.0.2)
|
|
110
|
+
crass (1.0.6)
|
|
111
|
+
date (3.5.1)
|
|
112
|
+
debug (1.11.1)
|
|
113
|
+
irb (~> 1.10)
|
|
114
|
+
reline (>= 0.3.8)
|
|
115
|
+
difftastic (0.8.0)
|
|
116
|
+
pretty_please
|
|
117
|
+
difftastic (0.8.0-aarch64-linux)
|
|
118
|
+
pretty_please
|
|
119
|
+
difftastic (0.8.0-arm64-darwin)
|
|
120
|
+
pretty_please
|
|
121
|
+
difftastic (0.8.0-x86_64-darwin)
|
|
122
|
+
pretty_please
|
|
123
|
+
difftastic (0.8.0-x86_64-linux)
|
|
124
|
+
pretty_please
|
|
125
|
+
dispersion (0.2.0)
|
|
126
|
+
prism
|
|
127
|
+
drb (2.2.3)
|
|
128
|
+
erb (6.0.4)
|
|
129
|
+
erubi (1.13.1)
|
|
130
|
+
ffi (1.17.4-aarch64-linux-gnu)
|
|
131
|
+
ffi (1.17.4-aarch64-linux-musl)
|
|
132
|
+
ffi (1.17.4-arm-linux-gnu)
|
|
133
|
+
ffi (1.17.4-arm-linux-musl)
|
|
134
|
+
ffi (1.17.4-arm64-darwin)
|
|
135
|
+
ffi (1.17.4-x86_64-darwin)
|
|
136
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
137
|
+
ffi (1.17.4-x86_64-linux-musl)
|
|
138
|
+
globalid (1.3.0)
|
|
139
|
+
activesupport (>= 6.1)
|
|
140
|
+
i18n (1.14.8)
|
|
141
|
+
concurrent-ruby (~> 1.0)
|
|
142
|
+
io-console (0.8.2)
|
|
143
|
+
irb (1.18.0)
|
|
144
|
+
pp (>= 0.6.0)
|
|
145
|
+
prism (>= 1.3.0)
|
|
146
|
+
rdoc (>= 4.0.0)
|
|
147
|
+
reline (>= 0.4.2)
|
|
148
|
+
json (2.19.7)
|
|
149
|
+
language_server-protocol (3.17.0.5)
|
|
150
|
+
lint_roller (1.1.0)
|
|
151
|
+
logger (1.7.0)
|
|
152
|
+
loofah (2.25.1)
|
|
153
|
+
crass (~> 1.0.2)
|
|
154
|
+
nokogiri (>= 1.12.0)
|
|
155
|
+
mail (2.9.0)
|
|
156
|
+
logger
|
|
157
|
+
mini_mime (>= 0.1.1)
|
|
158
|
+
net-imap
|
|
159
|
+
net-pop
|
|
160
|
+
net-smtp
|
|
161
|
+
marcel (1.2.1)
|
|
162
|
+
matrix (0.4.3)
|
|
163
|
+
maxitest (6.2.0)
|
|
164
|
+
minitest (>= 5.20.0, < 5.28.0)
|
|
165
|
+
mini_mime (1.1.5)
|
|
166
|
+
minitest (5.27.0)
|
|
167
|
+
minitest-difftastic (0.2.1)
|
|
168
|
+
difftastic (~> 0.6)
|
|
169
|
+
minitest-focus (1.4.1)
|
|
170
|
+
minitest (> 5.0)
|
|
171
|
+
minitest-spec-rails (7.4.1)
|
|
172
|
+
minitest (>= 5.0)
|
|
173
|
+
railties (>= 4.1)
|
|
174
|
+
net-imap (0.6.4)
|
|
175
|
+
date
|
|
176
|
+
net-protocol
|
|
177
|
+
net-pop (0.1.2)
|
|
178
|
+
net-protocol
|
|
179
|
+
net-protocol (0.2.2)
|
|
180
|
+
timeout
|
|
181
|
+
net-smtp (0.5.1)
|
|
182
|
+
net-protocol
|
|
183
|
+
nio4r (2.7.5)
|
|
184
|
+
nokogiri (1.19.3-aarch64-linux-gnu)
|
|
185
|
+
racc (~> 1.4)
|
|
186
|
+
nokogiri (1.19.3-aarch64-linux-musl)
|
|
187
|
+
racc (~> 1.4)
|
|
188
|
+
nokogiri (1.19.3-arm-linux-gnu)
|
|
189
|
+
racc (~> 1.4)
|
|
190
|
+
nokogiri (1.19.3-arm-linux-musl)
|
|
191
|
+
racc (~> 1.4)
|
|
192
|
+
nokogiri (1.19.3-arm64-darwin)
|
|
193
|
+
racc (~> 1.4)
|
|
194
|
+
nokogiri (1.19.3-x86_64-darwin)
|
|
195
|
+
racc (~> 1.4)
|
|
196
|
+
nokogiri (1.19.3-x86_64-linux-gnu)
|
|
197
|
+
racc (~> 1.4)
|
|
198
|
+
nokogiri (1.19.3-x86_64-linux-musl)
|
|
199
|
+
racc (~> 1.4)
|
|
200
|
+
parallel (2.1.0)
|
|
201
|
+
parser (3.3.11.1)
|
|
202
|
+
ast (~> 2.4.1)
|
|
203
|
+
racc
|
|
204
|
+
phlex (1.11.1)
|
|
205
|
+
phlex-rails (1.2.2)
|
|
206
|
+
phlex (>= 1.10, < 2)
|
|
207
|
+
railties (>= 6.1, < 9)
|
|
208
|
+
phlexible (3.5.0)
|
|
209
|
+
phlex (>= 1.10.0, < 3.0.0)
|
|
210
|
+
phlex-rails (>= 1.2.0, < 3.0.0)
|
|
211
|
+
rails (>= 7.2.0, < 9.0.0)
|
|
212
|
+
zeitwerk (>= 2.7, < 3.0)
|
|
213
|
+
pp (0.6.3)
|
|
214
|
+
prettyprint
|
|
215
|
+
pretty_please (0.2.0)
|
|
216
|
+
dispersion (~> 0.2)
|
|
217
|
+
prettyprint (0.2.0)
|
|
218
|
+
prism (1.9.0)
|
|
219
|
+
proscenium (0.24.1)
|
|
220
|
+
ffi (~> 1.17.0)
|
|
221
|
+
rails (>= 7.1.0, < 9.0)
|
|
222
|
+
proscenium (0.24.1-aarch64-linux)
|
|
223
|
+
ffi (~> 1.17.0)
|
|
224
|
+
rails (>= 7.1.0, < 9.0)
|
|
225
|
+
proscenium (0.24.1-arm64-darwin)
|
|
226
|
+
ffi (~> 1.17.0)
|
|
227
|
+
rails (>= 7.1.0, < 9.0)
|
|
228
|
+
proscenium (0.24.1-x86_64-darwin)
|
|
229
|
+
ffi (~> 1.17.0)
|
|
230
|
+
rails (>= 7.1.0, < 9.0)
|
|
231
|
+
proscenium (0.24.1-x86_64-linux)
|
|
232
|
+
ffi (~> 1.17.0)
|
|
233
|
+
rails (>= 7.1.0, < 9.0)
|
|
234
|
+
psych (5.3.1)
|
|
235
|
+
date
|
|
236
|
+
stringio
|
|
237
|
+
public_suffix (7.0.5)
|
|
238
|
+
puma (8.0.2)
|
|
239
|
+
nio4r (~> 2.0)
|
|
240
|
+
racc (1.8.1)
|
|
241
|
+
rack (3.2.6)
|
|
242
|
+
rack-session (2.1.2)
|
|
243
|
+
base64 (>= 0.1.0)
|
|
244
|
+
rack (>= 3.0.0)
|
|
245
|
+
rack-test (2.2.0)
|
|
246
|
+
rack (>= 1.3)
|
|
247
|
+
rackup (2.3.1)
|
|
248
|
+
rack (>= 3)
|
|
249
|
+
rails (8.0.5)
|
|
250
|
+
actioncable (= 8.0.5)
|
|
251
|
+
actionmailbox (= 8.0.5)
|
|
252
|
+
actionmailer (= 8.0.5)
|
|
253
|
+
actionpack (= 8.0.5)
|
|
254
|
+
actiontext (= 8.0.5)
|
|
255
|
+
actionview (= 8.0.5)
|
|
256
|
+
activejob (= 8.0.5)
|
|
257
|
+
activemodel (= 8.0.5)
|
|
258
|
+
activerecord (= 8.0.5)
|
|
259
|
+
activestorage (= 8.0.5)
|
|
260
|
+
activesupport (= 8.0.5)
|
|
261
|
+
bundler (>= 1.15.0)
|
|
262
|
+
railties (= 8.0.5)
|
|
263
|
+
rails-dom-testing (2.3.0)
|
|
264
|
+
activesupport (>= 5.0.0)
|
|
265
|
+
minitest
|
|
266
|
+
nokogiri (>= 1.6)
|
|
267
|
+
rails-html-sanitizer (1.7.0)
|
|
268
|
+
loofah (~> 2.25)
|
|
269
|
+
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)
|
|
270
|
+
railties (8.0.5)
|
|
271
|
+
actionpack (= 8.0.5)
|
|
272
|
+
activesupport (= 8.0.5)
|
|
273
|
+
irb (~> 1.13)
|
|
274
|
+
rackup (>= 1.0.0)
|
|
275
|
+
rake (>= 12.2)
|
|
276
|
+
thor (~> 1.0, >= 1.2.2)
|
|
277
|
+
tsort (>= 0.2)
|
|
278
|
+
zeitwerk (~> 2.6)
|
|
279
|
+
rainbow (3.1.1)
|
|
280
|
+
rake (13.4.2)
|
|
281
|
+
rdoc (7.2.0)
|
|
282
|
+
erb
|
|
283
|
+
psych (>= 4.0.0)
|
|
284
|
+
tsort
|
|
285
|
+
regexp_parser (2.12.0)
|
|
286
|
+
reline (0.6.3)
|
|
287
|
+
io-console (~> 0.5)
|
|
288
|
+
require-hooks (0.4.0)
|
|
289
|
+
rubocop (1.86.2)
|
|
290
|
+
json (~> 2.3)
|
|
291
|
+
language_server-protocol (~> 3.17.0.2)
|
|
292
|
+
lint_roller (~> 1.1.0)
|
|
293
|
+
parallel (>= 1.10)
|
|
294
|
+
parser (>= 3.3.0.2)
|
|
295
|
+
rainbow (>= 2.2.2, < 4.0)
|
|
296
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
297
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
298
|
+
ruby-progressbar (~> 1.7)
|
|
299
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
300
|
+
rubocop-ast (1.49.1)
|
|
301
|
+
parser (>= 3.3.7.2)
|
|
302
|
+
prism (~> 1.7)
|
|
303
|
+
rubocop-disable_syntax (0.2.0)
|
|
304
|
+
lint_roller
|
|
305
|
+
rubocop (>= 1.72.0)
|
|
306
|
+
rubocop-minitest (0.39.1)
|
|
307
|
+
lint_roller (~> 1.1)
|
|
308
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
309
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
|
310
|
+
rubocop-packaging (0.6.0)
|
|
311
|
+
lint_roller (~> 1.1.0)
|
|
312
|
+
rubocop (>= 1.72.1, < 2.0)
|
|
313
|
+
rubocop-performance (1.26.1)
|
|
314
|
+
lint_roller (~> 1.1)
|
|
315
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
316
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
317
|
+
rubocop-rails (2.35.3)
|
|
318
|
+
activesupport (>= 4.2.0)
|
|
319
|
+
lint_roller (~> 1.1)
|
|
320
|
+
rack (>= 1.1)
|
|
321
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
322
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
323
|
+
rubocop-rake (0.7.1)
|
|
324
|
+
lint_roller (~> 1.1)
|
|
325
|
+
rubocop (>= 1.72.1)
|
|
326
|
+
ruby-progressbar (1.13.0)
|
|
327
|
+
securerandom (0.4.1)
|
|
328
|
+
sqlite3 (2.9.4-aarch64-linux-gnu)
|
|
329
|
+
sqlite3 (2.9.4-aarch64-linux-musl)
|
|
330
|
+
sqlite3 (2.9.4-arm-linux-gnu)
|
|
331
|
+
sqlite3 (2.9.4-arm-linux-musl)
|
|
332
|
+
sqlite3 (2.9.4-arm64-darwin)
|
|
333
|
+
sqlite3 (2.9.4-x86_64-darwin)
|
|
334
|
+
sqlite3 (2.9.4-x86_64-linux-gnu)
|
|
335
|
+
sqlite3 (2.9.4-x86_64-linux-musl)
|
|
336
|
+
stringio (3.2.0)
|
|
337
|
+
thor (1.5.0)
|
|
338
|
+
timeout (0.6.1)
|
|
339
|
+
tsort (0.2.0)
|
|
340
|
+
tzinfo (2.0.6)
|
|
341
|
+
concurrent-ruby (~> 1.0)
|
|
342
|
+
unicode-display_width (3.2.0)
|
|
343
|
+
unicode-emoji (~> 4.1)
|
|
344
|
+
unicode-emoji (4.2.0)
|
|
345
|
+
uri (1.1.1)
|
|
346
|
+
useragent (0.16.11)
|
|
347
|
+
web-console (4.3.0)
|
|
348
|
+
actionview (>= 8.0.0)
|
|
349
|
+
bindex (>= 0.4.0)
|
|
350
|
+
railties (>= 8.0.0)
|
|
351
|
+
websocket-driver (0.8.0)
|
|
352
|
+
base64
|
|
353
|
+
websocket-extensions (>= 0.1.0)
|
|
354
|
+
websocket-extensions (0.1.5)
|
|
355
|
+
xpath (3.2.0)
|
|
356
|
+
nokogiri (~> 1.8)
|
|
357
|
+
zeitwerk (2.8.2)
|
|
358
|
+
|
|
359
|
+
PLATFORMS
|
|
360
|
+
aarch64-linux
|
|
361
|
+
aarch64-linux-gnu
|
|
362
|
+
aarch64-linux-musl
|
|
363
|
+
arm-linux-gnu
|
|
364
|
+
arm-linux-musl
|
|
365
|
+
arm64-darwin
|
|
366
|
+
x86_64-darwin
|
|
367
|
+
x86_64-linux
|
|
368
|
+
x86_64-linux-gnu
|
|
369
|
+
x86_64-linux-musl
|
|
370
|
+
|
|
371
|
+
DEPENDENCIES
|
|
372
|
+
amazing_print
|
|
373
|
+
appraisal
|
|
374
|
+
capybara
|
|
375
|
+
debug
|
|
376
|
+
maxitest
|
|
377
|
+
minitest (~> 5.0)
|
|
378
|
+
minitest-difftastic
|
|
379
|
+
minitest-focus
|
|
380
|
+
minitest-spec-rails
|
|
381
|
+
phlex-rails (~> 1.2)
|
|
382
|
+
proscenium-phlex!
|
|
383
|
+
puma
|
|
384
|
+
rails (~> 8.0.1)
|
|
385
|
+
rubocop-disable_syntax
|
|
386
|
+
rubocop-minitest
|
|
387
|
+
rubocop-packaging
|
|
388
|
+
rubocop-performance
|
|
389
|
+
rubocop-rails
|
|
390
|
+
rubocop-rake
|
|
391
|
+
sqlite3
|
|
392
|
+
web-console
|
|
393
|
+
|
|
394
|
+
CHECKSUMS
|
|
395
|
+
actioncable (8.0.5) sha256=01a1d1a48b63b1a643fae6b7b4eb2859af55f507b335fca9ab869a5c6742bb8b
|
|
396
|
+
actionmailbox (8.0.5) sha256=2651a87c0cc3dd1243a3afe64c052e71138f99006b3a5d3fa519198735500054
|
|
397
|
+
actionmailer (8.0.5) sha256=7918fac842cfe985ed21692f3d212c914a0c816e30e6fa68633177bb22f38561
|
|
398
|
+
actionpack (8.0.5) sha256=c9de868975dd124a0956499140bd5e63c367865deca01292df7c3195c8da4b35
|
|
399
|
+
actiontext (8.0.5) sha256=12f3ce3d6326230728316ba14eeac27b2100d6e7d9bfcb4b01fb27b187a812e1
|
|
400
|
+
actionview (8.0.5) sha256=6d0fa9e63df0cf2729b1f54d0988336c149eb2bbc6049f4c2834d7b62f351413
|
|
401
|
+
activejob (8.0.5) sha256=2dabe5c3bfe284aba4687c52b930564335435dde3a60b047821f9d3bd0d2ea10
|
|
402
|
+
activemodel (8.0.5) sha256=c796813d46dc1373f4c6c0ec91dfc520b53683ea773c3b3f9a12c4b3eb145bc2
|
|
403
|
+
activerecord (8.0.5) sha256=89b261b6cd910c9431cf2475f3f6e5e2f5ce589805043a33ef2b004376a129e6
|
|
404
|
+
activestorage (8.0.5) sha256=25898a3f8f8aced15ea6a8578cb56955acf3a96ad931e000b2e77e9c8db43df3
|
|
405
|
+
activesupport (8.0.5) sha256=37f213ff6a37cf3fadfa1a28c1a9678e2cb73b59bb9ebd0eeeca653cccadcb23
|
|
406
|
+
addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af
|
|
407
|
+
amazing_print (2.0.0) sha256=2e36aba46ac78d37ed27ca0e2056afe3583183bb5c64f157c246b267355e5d6a
|
|
408
|
+
appraisal (2.5.0) sha256=36989221be127913b0dba8d114da2001e6b2dceea7bd4951200eaba764eed3ce
|
|
409
|
+
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
410
|
+
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
411
|
+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
412
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
413
|
+
bindex (0.8.1) sha256=7b1ecc9dc539ed8bccfc8cb4d2732046227b09d6f37582ff12e50a5047ceb17e
|
|
414
|
+
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
415
|
+
capybara (3.40.0) sha256=42dba720578ea1ca65fd7a41d163dd368502c191804558f6e0f71b391054aeef
|
|
416
|
+
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
|
|
417
|
+
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
418
|
+
crass (1.0.6) sha256=dc516022a56e7b3b156099abc81b6d2b08ea1ed12676ac7a5657617f012bd45d
|
|
419
|
+
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
420
|
+
debug (1.11.1) sha256=2e0b0ac6119f2207a6f8ac7d4a73ca8eb4e440f64da0a3136c30343146e952b6
|
|
421
|
+
difftastic (0.8.0) sha256=09bfb93be6b22a753d5c972db598cfc733907f6085b6d9fe8ac76c420ef233f3
|
|
422
|
+
difftastic (0.8.0-aarch64-linux) sha256=e79f439de7b68dccee4ea9865c0acc342ac5961bf218b7aa3c75b1362e9b46b4
|
|
423
|
+
difftastic (0.8.0-arm64-darwin) sha256=49dc3ef5cba13457d7dcd267356bb89c9612116702fffa860f4365c1b07df578
|
|
424
|
+
difftastic (0.8.0-x86_64-darwin) sha256=35defa1f13f47e91251c20cea917434e76ea2248f4ba5db2b87eb96d7bcc6140
|
|
425
|
+
difftastic (0.8.0-x86_64-linux) sha256=9c384dd9d2395b2b1b388922e1745f1472d19c4b3af9f83c0d22b30f6619208f
|
|
426
|
+
dispersion (0.2.0) sha256=64a375f82197b50633b55250d5eac976c412b7c28a7f8cbf8b5f74ced1aaf362
|
|
427
|
+
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
428
|
+
erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
|
|
429
|
+
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
430
|
+
ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df
|
|
431
|
+
ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39
|
|
432
|
+
ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564
|
|
433
|
+
ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95
|
|
434
|
+
ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
|
|
435
|
+
ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496
|
|
436
|
+
ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
|
|
437
|
+
ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
|
|
438
|
+
globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
|
|
439
|
+
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
440
|
+
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
441
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
442
|
+
json (2.19.7) sha256=fe432c8639f6efff69f9d73b518a3705d9581ab93156f981ea72806e1e5bcc3e
|
|
443
|
+
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
444
|
+
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
445
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
446
|
+
loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
|
|
447
|
+
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
|
|
448
|
+
marcel (1.2.1) sha256=1678e9360e32f9eafa917c80029e2f6d10b2715c66a4b87b6d0da9b9cd1f859f
|
|
449
|
+
matrix (0.4.3) sha256=a0d5ab7ddcc1973ff690ab361b67f359acbb16958d1dc072b8b956a286564c5b
|
|
450
|
+
maxitest (6.2.0) sha256=bb66472dd3f6565e4db5246826a05ce9096958d9e26ba9a8fdcae20288be1f4f
|
|
451
|
+
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
452
|
+
minitest (5.27.0) sha256=2d3b17f8a36fe7801c1adcffdbc38233b938eb0b4966e97a6739055a45fa77d5
|
|
453
|
+
minitest-difftastic (0.2.1) sha256=fc2c6e01cd839371772ed08604c9ce7b1567ee262e9dd4fef7d78665d1a99c45
|
|
454
|
+
minitest-focus (1.4.1) sha256=394517cbe2dcb2d992d8ffc41a3b2b6315777a4daa69239de4fefe7110dd810e
|
|
455
|
+
minitest-spec-rails (7.4.1) sha256=cda2638ded7cd98ab5f2bbf0eafbba9fdc4b0fc58248ad38703b12403831254f
|
|
456
|
+
net-imap (0.6.4) sha256=9a5598c67a3022c284d98430ef1d4948e7dbdb62596f61081ea8ca933270a02b
|
|
457
|
+
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
458
|
+
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
459
|
+
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
460
|
+
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
461
|
+
nokogiri (1.19.3-aarch64-linux-gnu) sha256=46b89e5d7b9e844c2ee360794240c6ea2a4e6fa0c5892a4ed487db621224b639
|
|
462
|
+
nokogiri (1.19.3-aarch64-linux-musl) sha256=8392dfdcd21be7a94dbbe9ccc138dea01b97b24cb2dc02a114ca98bfb1d9a0b7
|
|
463
|
+
nokogiri (1.19.3-arm-linux-gnu) sha256=3919d5ffc334ad778a4a9eb88fda7dcb8b1fb58c8a52ac640c6dcd2f038e774f
|
|
464
|
+
nokogiri (1.19.3-arm-linux-musl) sha256=9ce1cb6346bb9c67b1550eb537aa183ead91e4b6eadb2f36ade02d8dd2a79fb6
|
|
465
|
+
nokogiri (1.19.3-arm64-darwin) sha256=71b9bd424b1b7abc18b05052a1a3cfd3627abdca62be280854cc411791357e42
|
|
466
|
+
nokogiri (1.19.3-x86_64-darwin) sha256=77f3fba57d46c53ab31e62fc6c28f705109d1bf6264356c76f132b2be5728d4d
|
|
467
|
+
nokogiri (1.19.3-x86_64-linux-gnu) sha256=2f5078620fe12e83669b5b17311b32532a8153d02eee7ad06948b926d6080976
|
|
468
|
+
nokogiri (1.19.3-x86_64-linux-musl) sha256=248c906d2166eca5efb56d52fdee5f9a1f51d69a72e2b64fdac647b4ce39ea3f
|
|
469
|
+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
470
|
+
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
|
|
471
|
+
phlex (1.11.1) sha256=bf21f88672c8497d6370636bcefc0373d59d58488cea0c849822b3e188ec59a1
|
|
472
|
+
phlex-rails (1.2.2) sha256=a20218449e71bc9fa5a71b672fbede8a654c6b32a58f1c4ea83ddc1682307a4c
|
|
473
|
+
phlexible (3.5.0) sha256=ee0a9a572b8dc788e740eef74bd063ca1440e62fec3b5dd5818a884e72dea36d
|
|
474
|
+
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
|
|
475
|
+
pretty_please (0.2.0) sha256=1f00296f946ae8ffd53db25803ed3998d615b9cc07526517dc75fcca6af3a0d3
|
|
476
|
+
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
477
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
478
|
+
proscenium (0.24.1) sha256=5199fbf567c302f59ee84467b7f1407589d8f228a94e4d9a105f9ae4af77859c
|
|
479
|
+
proscenium (0.24.1-aarch64-linux) sha256=0c943cc759186681bf9a8eefdf07746bd1471188b3e79e45e6965acf6092d16f
|
|
480
|
+
proscenium (0.24.1-arm64-darwin) sha256=36813a36a818ec6e69e7caf47b4638c2d331ccf9c55d2bcd92acb930be417230
|
|
481
|
+
proscenium (0.24.1-x86_64-darwin) sha256=477da176d58faf2b6ba057420b4e99957b080f1bac74fe2d2e2bfa5d725f80c5
|
|
482
|
+
proscenium (0.24.1-x86_64-linux) sha256=1e556ea4fdbc6c9dc61fdc3704fa15e4ea4659088ad1f01ab45b8c579f8a3e59
|
|
483
|
+
proscenium-phlex (0.6.1)
|
|
484
|
+
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
485
|
+
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
|
|
486
|
+
puma (8.0.2) sha256=c8ed871dfbbe66448ea9ffd46692342d9804d4071522b52b5331b7b6e7b686fb
|
|
487
|
+
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
488
|
+
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
489
|
+
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
|
|
490
|
+
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
491
|
+
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
492
|
+
rails (8.0.5) sha256=4cb40f90948be292fa15cc7cb37757b97266585145c6e76957464b40edfd5be6
|
|
493
|
+
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
494
|
+
rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
|
|
495
|
+
railties (8.0.5) sha256=ad98c6e9a096b7e8cf63c70872b60ec6c1d4152be2a4ffa63483ec02a837a9d5
|
|
496
|
+
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
497
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
498
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
499
|
+
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
500
|
+
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
501
|
+
require-hooks (0.4.0) sha256=005f4c6435b4edae73e358cdbaba48370a4121f9ce893d5d2a3c66fce855677d
|
|
502
|
+
rubocop (1.86.2) sha256=bb2e97f635eda42c448f2588f4a6ff78f221b8bdfdf65b1e9b07fbd57521b45d
|
|
503
|
+
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
|
|
504
|
+
rubocop-disable_syntax (0.2.0) sha256=1e61645773b3fc2f74e995ec65f605f7db59437c274fdfd4f385f60bf86af73e
|
|
505
|
+
rubocop-minitest (0.39.1) sha256=998398d6da4026d297f0f9bf709a1eac5f2b6947c24431f94af08138510cf7ed
|
|
506
|
+
rubocop-packaging (0.6.0) sha256=fb92bd0fb48e6f8cdb1648d2249b0cd51c2497dcc87340132d22f01edbf558a7
|
|
507
|
+
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
508
|
+
rubocop-rails (2.35.3) sha256=6edd45410866912b9b2e90ae3aeafd31d576df2bb2a9c9408f1667a50c32c7de
|
|
509
|
+
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
|
|
510
|
+
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
511
|
+
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
512
|
+
sqlite3 (2.9.4-aarch64-linux-gnu) sha256=ecabed721e6eaad54601d2685f09029d90025efc8d931040dc89cb3f8a2080ec
|
|
513
|
+
sqlite3 (2.9.4-aarch64-linux-musl) sha256=ffb4255947fb54c8c3eeca97460c9702b40de91ce390455ef7367ca6a3929a31
|
|
514
|
+
sqlite3 (2.9.4-arm-linux-gnu) sha256=9ee2008b9fbec984c3c165b0d7eedd2bd2a415100b761bfa3a4c6fbec9208bf6
|
|
515
|
+
sqlite3 (2.9.4-arm-linux-musl) sha256=8dc1fe4da6977992cd62decf4a93ccf6cc2e124a5e6a340160d52092f70e837a
|
|
516
|
+
sqlite3 (2.9.4-arm64-darwin) sha256=1d5aad413a815d236e96d43f05a1acc600b6cd086800770342a3f9c2877499ff
|
|
517
|
+
sqlite3 (2.9.4-x86_64-darwin) sha256=f280c476e360b73e86165a5e59b72801385b4a6c3a47f8af5ecefb9d90bec17f
|
|
518
|
+
sqlite3 (2.9.4-x86_64-linux-gnu) sha256=537a3eda71b1df1336d0055cbebe55a7317c34870c192c7b6b9d8d0be6871847
|
|
519
|
+
sqlite3 (2.9.4-x86_64-linux-musl) sha256=3fc5e865b4be9a85d998203ef8d0c0fdcb92f20acf34a254346ff8a19088efec
|
|
520
|
+
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
521
|
+
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
522
|
+
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
523
|
+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
524
|
+
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
525
|
+
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
526
|
+
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
|
|
527
|
+
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
528
|
+
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
|
|
529
|
+
web-console (4.3.0) sha256=e13b71301cdfc2093f155b5aa3a622db80b4672d1f2f713119cc7ec7ac6a6da4
|
|
530
|
+
websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
|
|
531
|
+
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
532
|
+
xpath (3.2.0) sha256=6dfda79d91bb3b949b947ecc5919f042ef2f399b904013eb3ef6d20dd3a4082e
|
|
533
|
+
zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12
|
|
534
|
+
|
|
535
|
+
BUNDLED WITH
|
|
536
|
+
4.0.3
|
|
@@ -2,13 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
source "https://rubygems.org"
|
|
4
4
|
|
|
5
|
-
gem "proscenium", path: "../../proscenium"
|
|
6
5
|
gem "puma"
|
|
7
6
|
gem "sqlite3"
|
|
8
7
|
gem "amazing_print"
|
|
9
8
|
gem "debug"
|
|
10
9
|
gem "web-console", group: :development
|
|
11
|
-
gem "rubocop-capybara", require: false
|
|
12
10
|
gem "rubocop-disable_syntax", require: false
|
|
13
11
|
gem "rubocop-minitest", require: false
|
|
14
12
|
gem "rubocop-packaging", require: false
|
|
@@ -17,9 +15,12 @@ gem "rubocop-rails", require: false
|
|
|
17
15
|
gem "rubocop-rake", require: false
|
|
18
16
|
gem "capybara"
|
|
19
17
|
gem "maxitest"
|
|
18
|
+
gem "minitest", "~> 5.0"
|
|
19
|
+
gem "minitest-difftastic"
|
|
20
20
|
gem "minitest-focus"
|
|
21
21
|
gem "minitest-spec-rails"
|
|
22
22
|
gem "appraisal"
|
|
23
|
-
gem "rails", "~> 7.
|
|
23
|
+
gem "rails", "~> 7.2.0"
|
|
24
|
+
gem "phlex-rails", "~> 2.3"
|
|
24
25
|
|
|
25
26
|
gemspec path: "../"
|