plutonium 0.43.0 → 0.43.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 -1
- data/CHANGELOG.md +22 -0
- data/app/assets/plutonium.css +2 -2
- data/gemfiles/rails_7.gemfile +1 -1
- data/gemfiles/rails_7.gemfile.lock +122 -102
- data/gemfiles/rails_8.0.gemfile +1 -1
- data/gemfiles/rails_8.0.gemfile.lock +50 -44
- data/gemfiles/rails_8.1.gemfile +1 -1
- data/gemfiles/rails_8.1.gemfile.lock +102 -96
- data/lib/generators/pu/invites/templates/packages/invites/app/controllers/invites/user_invitations_controller.rb.tt +8 -7
- data/lib/generators/pu/invites/templates/packages/invites/app/controllers/invites/welcome_controller.rb.tt +5 -4
- data/lib/generators/pu/invites/templates/packages/invites/app/interactions/invites/cancel_invite_interaction.rb.tt +1 -1
- data/lib/generators/pu/lib/plutonium_generators/model_generator_base.rb +0 -1
- data/lib/plutonium/core/controllers/authorizable.rb +11 -0
- data/lib/plutonium/invites/concerns/invite_token.rb +0 -8
- data/lib/plutonium/resource/controllers/authorizable.rb +4 -5
- data/lib/plutonium/ui/table/components/scopes_bar.rb +2 -74
- data/lib/plutonium/version.rb +1 -1
- data/lib/tasks/release.rake +6 -6
- data/package.json +1 -1
- data/plutonium.gemspec +1 -1
- metadata +4 -4
data/gemfiles/rails_7.gemfile
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
source "https://rubygems.org"
|
|
4
4
|
|
|
5
|
+
gem "rotp"
|
|
5
6
|
gem "rails", "~> 7.2"
|
|
6
7
|
gem "sqlite3"
|
|
7
8
|
gem "puma", ">= 5.0"
|
|
@@ -13,7 +14,6 @@ gem "rodauth-rails"
|
|
|
13
14
|
gem "sequel-activerecord_connection"
|
|
14
15
|
gem "tilt"
|
|
15
16
|
gem "bcrypt"
|
|
16
|
-
gem "rotp"
|
|
17
17
|
gem "rqrcode"
|
|
18
18
|
gem "tzinfo-data", platforms: [:windows, :jruby]
|
|
19
19
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
plutonium (0.
|
|
4
|
+
plutonium (0.43.1)
|
|
5
5
|
action_policy (~> 0.7.0)
|
|
6
6
|
listen (~> 3.8)
|
|
7
7
|
pagy (~> 9.0)
|
|
@@ -14,7 +14,7 @@ PATH
|
|
|
14
14
|
phlexi-form (>= 0.14.1)
|
|
15
15
|
phlexi-menu (>= 0.4.1)
|
|
16
16
|
phlexi-table (>= 0.2.0)
|
|
17
|
-
rabl (~> 0.
|
|
17
|
+
rabl (~> 0.17.0)
|
|
18
18
|
rails (>= 7.2)
|
|
19
19
|
redcarpet
|
|
20
20
|
semantic_range (~> 3.0)
|
|
@@ -25,7 +25,7 @@ PATH
|
|
|
25
25
|
GEM
|
|
26
26
|
remote: https://rubygems.org/
|
|
27
27
|
specs:
|
|
28
|
-
action_policy (0.7.
|
|
28
|
+
action_policy (0.7.6)
|
|
29
29
|
ruby-next-core (>= 1.0)
|
|
30
30
|
actioncable (7.2.3)
|
|
31
31
|
actionpack (= 7.2.3)
|
|
@@ -105,18 +105,18 @@ GEM
|
|
|
105
105
|
bundler
|
|
106
106
|
rake
|
|
107
107
|
thor (>= 0.14.0)
|
|
108
|
-
ast (2.4.
|
|
109
|
-
base64 (0.
|
|
108
|
+
ast (2.4.3)
|
|
109
|
+
base64 (0.3.0)
|
|
110
110
|
bcrypt (3.1.21)
|
|
111
|
-
benchmark (0.
|
|
112
|
-
bigdecimal (
|
|
113
|
-
brakeman (
|
|
111
|
+
benchmark (0.5.0)
|
|
112
|
+
bigdecimal (4.0.1)
|
|
113
|
+
brakeman (8.0.4)
|
|
114
114
|
racc
|
|
115
115
|
builder (3.3.0)
|
|
116
|
-
bundle-audit (0.
|
|
116
|
+
bundle-audit (0.2.0)
|
|
117
117
|
bundler-audit
|
|
118
|
-
bundler-audit (0.9.
|
|
119
|
-
bundler (>= 1.2.0
|
|
118
|
+
bundler-audit (0.9.3)
|
|
119
|
+
bundler (>= 1.2.0)
|
|
120
120
|
thor (~> 1.0)
|
|
121
121
|
cgi (0.5.1)
|
|
122
122
|
chunky_png (1.4.0)
|
|
@@ -124,46 +124,49 @@ GEM
|
|
|
124
124
|
activesupport (>= 3.0.0)
|
|
125
125
|
railties (>= 3.0.0)
|
|
126
126
|
thor (>= 0.14.6)
|
|
127
|
-
concurrent-ruby (1.3.
|
|
128
|
-
connection_pool (
|
|
127
|
+
concurrent-ruby (1.3.6)
|
|
128
|
+
connection_pool (3.0.2)
|
|
129
129
|
crass (1.0.6)
|
|
130
|
-
date (3.
|
|
131
|
-
drb (2.2.
|
|
130
|
+
date (3.5.1)
|
|
131
|
+
drb (2.2.3)
|
|
132
|
+
erb (6.0.2)
|
|
132
133
|
erubi (1.13.1)
|
|
133
|
-
ffi (1.17.
|
|
134
|
-
ffi (1.17.
|
|
135
|
-
ffi (1.17.
|
|
136
|
-
ffi (1.17.
|
|
137
|
-
ffi (1.17.
|
|
138
|
-
ffi (1.17.
|
|
139
|
-
ffi (1.17.
|
|
140
|
-
ffi (1.17.
|
|
134
|
+
ffi (1.17.3-aarch64-linux-gnu)
|
|
135
|
+
ffi (1.17.3-aarch64-linux-musl)
|
|
136
|
+
ffi (1.17.3-arm-linux-gnu)
|
|
137
|
+
ffi (1.17.3-arm-linux-musl)
|
|
138
|
+
ffi (1.17.3-arm64-darwin)
|
|
139
|
+
ffi (1.17.3-x86_64-darwin)
|
|
140
|
+
ffi (1.17.3-x86_64-linux-gnu)
|
|
141
|
+
ffi (1.17.3-x86_64-linux-musl)
|
|
141
142
|
fiber-local (1.1.0)
|
|
142
143
|
fiber-storage
|
|
143
|
-
fiber-storage (1.0.
|
|
144
|
+
fiber-storage (1.0.1)
|
|
144
145
|
globalid (1.3.0)
|
|
145
146
|
activesupport (>= 6.1)
|
|
146
|
-
i18n (1.14.
|
|
147
|
+
i18n (1.14.8)
|
|
147
148
|
concurrent-ruby (~> 1.0)
|
|
148
|
-
importmap-rails (2.
|
|
149
|
+
importmap-rails (2.2.3)
|
|
149
150
|
actionpack (>= 6.0.0)
|
|
150
151
|
activesupport (>= 6.0.0)
|
|
151
152
|
railties (>= 6.0.0)
|
|
152
|
-
io-console (0.8.
|
|
153
|
-
irb (1.
|
|
153
|
+
io-console (0.8.2)
|
|
154
|
+
irb (1.17.0)
|
|
155
|
+
pp (>= 0.6.0)
|
|
156
|
+
prism (>= 1.3.0)
|
|
154
157
|
rdoc (>= 4.0.0)
|
|
155
158
|
reline (>= 0.4.2)
|
|
156
|
-
json (2.
|
|
157
|
-
language_server-protocol (3.17.0.
|
|
159
|
+
json (2.19.1)
|
|
160
|
+
language_server-protocol (3.17.0.5)
|
|
158
161
|
lint_roller (1.1.0)
|
|
159
|
-
listen (3.
|
|
162
|
+
listen (3.10.0)
|
|
163
|
+
logger
|
|
160
164
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
161
165
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
162
|
-
logger (1.
|
|
163
|
-
loofah (2.
|
|
166
|
+
logger (1.7.0)
|
|
167
|
+
loofah (2.25.0)
|
|
164
168
|
crass (~> 1.0.2)
|
|
165
169
|
nokogiri (>= 1.12.0)
|
|
166
|
-
lru_redux (1.1.0)
|
|
167
170
|
mail (2.9.0)
|
|
168
171
|
logger
|
|
169
172
|
mini_mime (>= 0.1.1)
|
|
@@ -172,13 +175,15 @@ GEM
|
|
|
172
175
|
net-smtp
|
|
173
176
|
marcel (1.1.0)
|
|
174
177
|
mini_mime (1.1.5)
|
|
175
|
-
minitest (
|
|
178
|
+
minitest (6.0.2)
|
|
179
|
+
drb (~> 2.0)
|
|
180
|
+
prism (~> 1.5)
|
|
176
181
|
minitest-reporters (1.7.1)
|
|
177
182
|
ansi
|
|
178
183
|
builder
|
|
179
184
|
minitest (>= 5.0)
|
|
180
185
|
ruby-progressbar
|
|
181
|
-
net-imap (0.6.
|
|
186
|
+
net-imap (0.6.3)
|
|
182
187
|
date
|
|
183
188
|
net-protocol
|
|
184
189
|
net-pop (0.1.2)
|
|
@@ -187,34 +192,35 @@ GEM
|
|
|
187
192
|
timeout
|
|
188
193
|
net-smtp (0.5.1)
|
|
189
194
|
net-protocol
|
|
190
|
-
nio4r (2.7.
|
|
191
|
-
nokogiri (1.
|
|
195
|
+
nio4r (2.7.5)
|
|
196
|
+
nokogiri (1.19.1-aarch64-linux-gnu)
|
|
192
197
|
racc (~> 1.4)
|
|
193
|
-
nokogiri (1.
|
|
198
|
+
nokogiri (1.19.1-aarch64-linux-musl)
|
|
194
199
|
racc (~> 1.4)
|
|
195
|
-
nokogiri (1.
|
|
200
|
+
nokogiri (1.19.1-arm-linux-gnu)
|
|
196
201
|
racc (~> 1.4)
|
|
197
|
-
nokogiri (1.
|
|
202
|
+
nokogiri (1.19.1-arm-linux-musl)
|
|
198
203
|
racc (~> 1.4)
|
|
199
|
-
nokogiri (1.
|
|
204
|
+
nokogiri (1.19.1-arm64-darwin)
|
|
200
205
|
racc (~> 1.4)
|
|
201
|
-
nokogiri (1.
|
|
206
|
+
nokogiri (1.19.1-x86_64-darwin)
|
|
202
207
|
racc (~> 1.4)
|
|
203
|
-
nokogiri (1.
|
|
208
|
+
nokogiri (1.19.1-x86_64-linux-gnu)
|
|
204
209
|
racc (~> 1.4)
|
|
205
|
-
nokogiri (1.
|
|
210
|
+
nokogiri (1.19.1-x86_64-linux-musl)
|
|
206
211
|
racc (~> 1.4)
|
|
207
|
-
pagy (9.
|
|
208
|
-
parallel (1.
|
|
209
|
-
parser (3.3.
|
|
212
|
+
pagy (9.4.0)
|
|
213
|
+
parallel (1.27.0)
|
|
214
|
+
parser (3.3.10.2)
|
|
210
215
|
ast (~> 2.4.1)
|
|
211
216
|
racc
|
|
212
217
|
pastel (0.8.0)
|
|
213
218
|
tty-color (~> 0.5)
|
|
214
|
-
phlex (2.
|
|
219
|
+
phlex (2.4.1)
|
|
220
|
+
refract (~> 1.0)
|
|
215
221
|
zeitwerk (~> 2.7)
|
|
216
|
-
phlex-rails (2.
|
|
217
|
-
phlex (~> 2.
|
|
222
|
+
phlex-rails (2.4.0)
|
|
223
|
+
phlex (~> 2.4.0)
|
|
218
224
|
railties (>= 7.1, < 9)
|
|
219
225
|
zeitwerk (~> 2.7)
|
|
220
226
|
phlex-slotable (1.0.0)
|
|
@@ -245,24 +251,29 @@ GEM
|
|
|
245
251
|
phlexi-display
|
|
246
252
|
phlexi-field (~> 0.2.0)
|
|
247
253
|
zeitwerk
|
|
254
|
+
pp (0.6.3)
|
|
255
|
+
prettyprint
|
|
256
|
+
prettyprint (0.2.0)
|
|
257
|
+
prism (1.9.0)
|
|
248
258
|
propshaft (1.3.1)
|
|
249
259
|
actionpack (>= 7.0.0)
|
|
250
260
|
activesupport (>= 7.0.0)
|
|
251
261
|
rack
|
|
252
|
-
psych (5.
|
|
262
|
+
psych (5.3.1)
|
|
253
263
|
date
|
|
254
264
|
stringio
|
|
255
|
-
puma (
|
|
265
|
+
puma (7.2.0)
|
|
256
266
|
nio4r (~> 2.0)
|
|
257
|
-
rabl (0.
|
|
267
|
+
rabl (0.17.0)
|
|
258
268
|
activesupport (>= 2.3.14)
|
|
259
269
|
racc (1.8.1)
|
|
260
|
-
rack (3.
|
|
261
|
-
rack-session (2.
|
|
270
|
+
rack (3.2.5)
|
|
271
|
+
rack-session (2.1.1)
|
|
272
|
+
base64 (>= 0.1.0)
|
|
262
273
|
rack (>= 3.0.0)
|
|
263
274
|
rack-test (2.2.0)
|
|
264
275
|
rack (>= 1.3)
|
|
265
|
-
rackup (2.
|
|
276
|
+
rackup (2.3.1)
|
|
266
277
|
rack (>= 3)
|
|
267
278
|
rails (7.2.3)
|
|
268
279
|
actioncable (= 7.2.3)
|
|
@@ -278,12 +289,12 @@ GEM
|
|
|
278
289
|
activesupport (= 7.2.3)
|
|
279
290
|
bundler (>= 1.15.0)
|
|
280
291
|
railties (= 7.2.3)
|
|
281
|
-
rails-dom-testing (2.
|
|
292
|
+
rails-dom-testing (2.3.0)
|
|
282
293
|
activesupport (>= 5.0.0)
|
|
283
294
|
minitest
|
|
284
295
|
nokogiri (>= 1.6)
|
|
285
|
-
rails-html-sanitizer (1.
|
|
286
|
-
loofah (~> 2.
|
|
296
|
+
rails-html-sanitizer (1.7.0)
|
|
297
|
+
loofah (~> 2.25)
|
|
287
298
|
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)
|
|
288
299
|
railties (7.2.3)
|
|
289
300
|
actionpack (= 7.2.3)
|
|
@@ -296,17 +307,22 @@ GEM
|
|
|
296
307
|
tsort (>= 0.2)
|
|
297
308
|
zeitwerk (~> 2.6)
|
|
298
309
|
rainbow (3.1.1)
|
|
299
|
-
rake (13.
|
|
310
|
+
rake (13.3.1)
|
|
300
311
|
rb-fsevent (0.11.2)
|
|
301
312
|
rb-inotify (0.11.1)
|
|
302
313
|
ffi (~> 1.0)
|
|
303
|
-
rdoc (
|
|
314
|
+
rdoc (7.2.0)
|
|
315
|
+
erb
|
|
304
316
|
psych (>= 4.0.0)
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
317
|
+
tsort
|
|
318
|
+
redcarpet (3.6.1)
|
|
319
|
+
refract (1.1.0)
|
|
320
|
+
prism
|
|
321
|
+
zeitwerk
|
|
322
|
+
regexp_parser (2.11.3)
|
|
323
|
+
reline (0.6.3)
|
|
308
324
|
io-console (~> 0.5)
|
|
309
|
-
roda (3.
|
|
325
|
+
roda (3.102.0)
|
|
310
326
|
rack
|
|
311
327
|
rodauth (2.42.0)
|
|
312
328
|
roda (>= 2.6.0)
|
|
@@ -323,55 +339,62 @@ GEM
|
|
|
323
339
|
chunky_png (~> 1.0)
|
|
324
340
|
rqrcode_core (~> 2.0)
|
|
325
341
|
rqrcode_core (2.1.0)
|
|
326
|
-
rubocop (1.
|
|
342
|
+
rubocop (1.84.2)
|
|
327
343
|
json (~> 2.3)
|
|
328
|
-
language_server-protocol (
|
|
344
|
+
language_server-protocol (~> 3.17.0.2)
|
|
345
|
+
lint_roller (~> 1.1.0)
|
|
329
346
|
parallel (~> 1.10)
|
|
330
347
|
parser (>= 3.3.0.2)
|
|
331
348
|
rainbow (>= 2.2.2, < 4.0)
|
|
332
349
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
333
|
-
rubocop-ast (>= 1.
|
|
350
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
334
351
|
ruby-progressbar (~> 1.7)
|
|
335
352
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
336
|
-
rubocop-ast (1.
|
|
337
|
-
parser (>= 3.3.
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
353
|
+
rubocop-ast (1.49.1)
|
|
354
|
+
parser (>= 3.3.7.2)
|
|
355
|
+
prism (~> 1.7)
|
|
356
|
+
rubocop-performance (1.26.1)
|
|
357
|
+
lint_roller (~> 1.1)
|
|
358
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
359
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
360
|
+
ruby-next-core (1.2.0)
|
|
342
361
|
ruby-progressbar (1.13.0)
|
|
343
362
|
securerandom (0.4.1)
|
|
344
|
-
semantic_range (3.1.
|
|
345
|
-
sequel (5.
|
|
363
|
+
semantic_range (3.1.1)
|
|
364
|
+
sequel (5.102.0)
|
|
346
365
|
bigdecimal
|
|
347
366
|
sequel-activerecord_connection (2.0.1)
|
|
348
367
|
activerecord (>= 5.1)
|
|
349
368
|
sequel (~> 5.38)
|
|
350
|
-
|
|
351
|
-
sqlite3 (
|
|
352
|
-
sqlite3 (
|
|
353
|
-
sqlite3 (
|
|
354
|
-
sqlite3 (
|
|
355
|
-
|
|
369
|
+
sin_lru_redux (2.5.2)
|
|
370
|
+
sqlite3 (2.9.1-aarch64-linux-gnu)
|
|
371
|
+
sqlite3 (2.9.1-aarch64-linux-musl)
|
|
372
|
+
sqlite3 (2.9.1-arm-linux-gnu)
|
|
373
|
+
sqlite3 (2.9.1-arm-linux-musl)
|
|
374
|
+
sqlite3 (2.9.1-arm64-darwin)
|
|
375
|
+
sqlite3 (2.9.1-x86_64-darwin)
|
|
376
|
+
sqlite3 (2.9.1-x86_64-linux-gnu)
|
|
377
|
+
sqlite3 (2.9.1-x86_64-linux-musl)
|
|
378
|
+
standard (1.54.0)
|
|
356
379
|
language_server-protocol (~> 3.17.0.2)
|
|
357
380
|
lint_roller (~> 1.0)
|
|
358
|
-
rubocop (~> 1.
|
|
381
|
+
rubocop (~> 1.84.0)
|
|
359
382
|
standard-custom (~> 1.0.0)
|
|
360
|
-
standard-performance (~> 1.
|
|
383
|
+
standard-performance (~> 1.8)
|
|
361
384
|
standard-custom (1.0.2)
|
|
362
385
|
lint_roller (~> 1.0)
|
|
363
386
|
rubocop (~> 1.50)
|
|
364
|
-
standard-performance (1.
|
|
387
|
+
standard-performance (1.9.0)
|
|
365
388
|
lint_roller (~> 1.1)
|
|
366
|
-
rubocop-performance (~> 1.
|
|
389
|
+
rubocop-performance (~> 1.26.0)
|
|
367
390
|
stimulus-rails (1.3.4)
|
|
368
391
|
railties (>= 6.0.0)
|
|
369
|
-
stringio (3.
|
|
370
|
-
tailwind_merge (
|
|
371
|
-
|
|
372
|
-
thor (1.
|
|
392
|
+
stringio (3.2.0)
|
|
393
|
+
tailwind_merge (1.4.0)
|
|
394
|
+
sin_lru_redux (~> 2.5)
|
|
395
|
+
thor (1.5.0)
|
|
373
396
|
tilt (2.7.0)
|
|
374
|
-
timeout (0.6.
|
|
397
|
+
timeout (0.6.1)
|
|
375
398
|
tsort (0.2.0)
|
|
376
399
|
tty-color (0.6.0)
|
|
377
400
|
tty-cursor (0.7.1)
|
|
@@ -383,32 +406,29 @@ GEM
|
|
|
383
406
|
tty-screen (~> 0.8)
|
|
384
407
|
wisper (~> 2.0)
|
|
385
408
|
tty-screen (0.8.2)
|
|
386
|
-
turbo-rails (2.0.
|
|
387
|
-
actionpack (>=
|
|
388
|
-
railties (>=
|
|
409
|
+
turbo-rails (2.0.23)
|
|
410
|
+
actionpack (>= 7.1.0)
|
|
411
|
+
railties (>= 7.1.0)
|
|
389
412
|
tzinfo (2.0.6)
|
|
390
413
|
concurrent-ruby (~> 1.0)
|
|
391
|
-
unicode-display_width (3.
|
|
392
|
-
unicode-emoji (~> 4.
|
|
393
|
-
unicode-emoji (4.0
|
|
414
|
+
unicode-display_width (3.2.0)
|
|
415
|
+
unicode-emoji (~> 4.1)
|
|
416
|
+
unicode-emoji (4.2.0)
|
|
394
417
|
useragent (0.16.11)
|
|
395
418
|
websocket-driver (0.8.0)
|
|
396
419
|
base64
|
|
397
420
|
websocket-extensions (>= 0.1.0)
|
|
398
421
|
websocket-extensions (0.1.5)
|
|
399
422
|
wisper (2.0.1)
|
|
400
|
-
zeitwerk (2.7.
|
|
423
|
+
zeitwerk (2.7.5)
|
|
401
424
|
|
|
402
425
|
PLATFORMS
|
|
403
|
-
aarch64-linux
|
|
404
426
|
aarch64-linux-gnu
|
|
405
427
|
aarch64-linux-musl
|
|
406
|
-
arm-linux
|
|
407
428
|
arm-linux-gnu
|
|
408
429
|
arm-linux-musl
|
|
409
430
|
arm64-darwin
|
|
410
431
|
x86_64-darwin
|
|
411
|
-
x86_64-linux
|
|
412
432
|
x86_64-linux-gnu
|
|
413
433
|
x86_64-linux-musl
|
|
414
434
|
|
data/gemfiles/rails_8.0.gemfile
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
source "https://rubygems.org"
|
|
4
4
|
|
|
5
|
+
gem "rotp"
|
|
5
6
|
gem "rails", "~> 8.0.0"
|
|
6
7
|
gem "sqlite3"
|
|
7
8
|
gem "puma", ">= 5.0"
|
|
@@ -13,7 +14,6 @@ gem "rodauth-rails"
|
|
|
13
14
|
gem "sequel-activerecord_connection"
|
|
14
15
|
gem "tilt"
|
|
15
16
|
gem "bcrypt"
|
|
16
|
-
gem "rotp"
|
|
17
17
|
gem "rqrcode"
|
|
18
18
|
gem "tzinfo-data", platforms: [:windows, :jruby]
|
|
19
19
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
plutonium (0.
|
|
4
|
+
plutonium (0.43.1)
|
|
5
5
|
action_policy (~> 0.7.0)
|
|
6
6
|
listen (~> 3.8)
|
|
7
7
|
pagy (~> 9.0)
|
|
@@ -14,7 +14,7 @@ PATH
|
|
|
14
14
|
phlexi-form (>= 0.14.1)
|
|
15
15
|
phlexi-menu (>= 0.4.1)
|
|
16
16
|
phlexi-table (>= 0.2.0)
|
|
17
|
-
rabl (~> 0.
|
|
17
|
+
rabl (~> 0.17.0)
|
|
18
18
|
rails (>= 7.2)
|
|
19
19
|
redcarpet
|
|
20
20
|
semantic_range (~> 3.0)
|
|
@@ -106,15 +106,15 @@ GEM
|
|
|
106
106
|
ast (2.4.3)
|
|
107
107
|
base64 (0.3.0)
|
|
108
108
|
bcrypt (3.1.21)
|
|
109
|
-
benchmark (0.
|
|
109
|
+
benchmark (0.5.0)
|
|
110
110
|
bigdecimal (4.0.1)
|
|
111
|
-
brakeman (
|
|
111
|
+
brakeman (8.0.4)
|
|
112
112
|
racc
|
|
113
113
|
builder (3.3.0)
|
|
114
|
-
bundle-audit (0.
|
|
114
|
+
bundle-audit (0.2.0)
|
|
115
115
|
bundler-audit
|
|
116
|
-
bundler-audit (0.9.
|
|
117
|
-
bundler (>= 1.2.0
|
|
116
|
+
bundler-audit (0.9.3)
|
|
117
|
+
bundler (>= 1.2.0)
|
|
118
118
|
thor (~> 1.0)
|
|
119
119
|
chunky_png (1.4.0)
|
|
120
120
|
combustion (1.5.0)
|
|
@@ -126,7 +126,7 @@ GEM
|
|
|
126
126
|
crass (1.0.6)
|
|
127
127
|
date (3.5.1)
|
|
128
128
|
drb (2.2.3)
|
|
129
|
-
erb (6.0.
|
|
129
|
+
erb (6.0.2)
|
|
130
130
|
erubi (1.13.1)
|
|
131
131
|
ffi (1.17.3-arm64-darwin)
|
|
132
132
|
fiber-local (1.1.0)
|
|
@@ -136,16 +136,17 @@ GEM
|
|
|
136
136
|
activesupport (>= 6.1)
|
|
137
137
|
i18n (1.14.8)
|
|
138
138
|
concurrent-ruby (~> 1.0)
|
|
139
|
-
importmap-rails (2.
|
|
139
|
+
importmap-rails (2.2.3)
|
|
140
140
|
actionpack (>= 6.0.0)
|
|
141
141
|
activesupport (>= 6.0.0)
|
|
142
142
|
railties (>= 6.0.0)
|
|
143
143
|
io-console (0.8.2)
|
|
144
|
-
irb (1.
|
|
144
|
+
irb (1.17.0)
|
|
145
145
|
pp (>= 0.6.0)
|
|
146
|
+
prism (>= 1.3.0)
|
|
146
147
|
rdoc (>= 4.0.0)
|
|
147
148
|
reline (>= 0.4.2)
|
|
148
|
-
json (2.
|
|
149
|
+
json (2.19.1)
|
|
149
150
|
language_server-protocol (3.17.0.5)
|
|
150
151
|
lint_roller (1.1.0)
|
|
151
152
|
listen (3.10.0)
|
|
@@ -164,14 +165,15 @@ GEM
|
|
|
164
165
|
net-smtp
|
|
165
166
|
marcel (1.1.0)
|
|
166
167
|
mini_mime (1.1.5)
|
|
167
|
-
minitest (6.0.
|
|
168
|
+
minitest (6.0.2)
|
|
169
|
+
drb (~> 2.0)
|
|
168
170
|
prism (~> 1.5)
|
|
169
171
|
minitest-reporters (1.7.1)
|
|
170
172
|
ansi
|
|
171
173
|
builder
|
|
172
174
|
minitest (>= 5.0)
|
|
173
175
|
ruby-progressbar
|
|
174
|
-
net-imap (0.6.
|
|
176
|
+
net-imap (0.6.3)
|
|
175
177
|
date
|
|
176
178
|
net-protocol
|
|
177
179
|
net-pop (0.1.2)
|
|
@@ -181,19 +183,20 @@ GEM
|
|
|
181
183
|
net-smtp (0.5.1)
|
|
182
184
|
net-protocol
|
|
183
185
|
nio4r (2.7.5)
|
|
184
|
-
nokogiri (1.19.
|
|
186
|
+
nokogiri (1.19.1-arm64-darwin)
|
|
185
187
|
racc (~> 1.4)
|
|
186
188
|
pagy (9.4.0)
|
|
187
189
|
parallel (1.27.0)
|
|
188
|
-
parser (3.3.10.
|
|
190
|
+
parser (3.3.10.2)
|
|
189
191
|
ast (~> 2.4.1)
|
|
190
192
|
racc
|
|
191
193
|
pastel (0.8.0)
|
|
192
194
|
tty-color (~> 0.5)
|
|
193
|
-
phlex (2.
|
|
195
|
+
phlex (2.4.1)
|
|
196
|
+
refract (~> 1.0)
|
|
194
197
|
zeitwerk (~> 2.7)
|
|
195
|
-
phlex-rails (2.
|
|
196
|
-
phlex (~> 2.
|
|
198
|
+
phlex-rails (2.4.0)
|
|
199
|
+
phlex (~> 2.4.0)
|
|
197
200
|
railties (>= 7.1, < 9)
|
|
198
201
|
zeitwerk (~> 2.7)
|
|
199
202
|
phlex-slotable (1.0.0)
|
|
@@ -227,7 +230,7 @@ GEM
|
|
|
227
230
|
pp (0.6.3)
|
|
228
231
|
prettyprint
|
|
229
232
|
prettyprint (0.2.0)
|
|
230
|
-
prism (1.
|
|
233
|
+
prism (1.9.0)
|
|
231
234
|
propshaft (1.3.1)
|
|
232
235
|
actionpack (>= 7.0.0)
|
|
233
236
|
activesupport (>= 7.0.0)
|
|
@@ -235,12 +238,12 @@ GEM
|
|
|
235
238
|
psych (5.3.1)
|
|
236
239
|
date
|
|
237
240
|
stringio
|
|
238
|
-
puma (
|
|
241
|
+
puma (7.2.0)
|
|
239
242
|
nio4r (~> 2.0)
|
|
240
|
-
rabl (0.
|
|
243
|
+
rabl (0.17.0)
|
|
241
244
|
activesupport (>= 2.3.14)
|
|
242
245
|
racc (1.8.1)
|
|
243
|
-
rack (3.2.
|
|
246
|
+
rack (3.2.5)
|
|
244
247
|
rack-session (2.1.1)
|
|
245
248
|
base64 (>= 0.1.0)
|
|
246
249
|
rack (>= 3.0.0)
|
|
@@ -266,8 +269,8 @@ GEM
|
|
|
266
269
|
activesupport (>= 5.0.0)
|
|
267
270
|
minitest
|
|
268
271
|
nokogiri (>= 1.6)
|
|
269
|
-
rails-html-sanitizer (1.
|
|
270
|
-
loofah (~> 2.
|
|
272
|
+
rails-html-sanitizer (1.7.0)
|
|
273
|
+
loofah (~> 2.25)
|
|
271
274
|
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)
|
|
272
275
|
railties (8.0.3)
|
|
273
276
|
actionpack (= 8.0.3)
|
|
@@ -283,15 +286,18 @@ GEM
|
|
|
283
286
|
rb-fsevent (0.11.2)
|
|
284
287
|
rb-inotify (0.11.1)
|
|
285
288
|
ffi (~> 1.0)
|
|
286
|
-
rdoc (7.0
|
|
289
|
+
rdoc (7.2.0)
|
|
287
290
|
erb
|
|
288
291
|
psych (>= 4.0.0)
|
|
289
292
|
tsort
|
|
290
293
|
redcarpet (3.6.1)
|
|
294
|
+
refract (1.1.0)
|
|
295
|
+
prism
|
|
296
|
+
zeitwerk
|
|
291
297
|
regexp_parser (2.11.3)
|
|
292
298
|
reline (0.6.3)
|
|
293
299
|
io-console (~> 0.5)
|
|
294
|
-
roda (3.
|
|
300
|
+
roda (3.102.0)
|
|
295
301
|
rack
|
|
296
302
|
rodauth (2.42.0)
|
|
297
303
|
roda (>= 2.6.0)
|
|
@@ -308,7 +314,7 @@ GEM
|
|
|
308
314
|
chunky_png (~> 1.0)
|
|
309
315
|
rqrcode_core (~> 2.0)
|
|
310
316
|
rqrcode_core (2.1.0)
|
|
311
|
-
rubocop (1.
|
|
317
|
+
rubocop (1.84.2)
|
|
312
318
|
json (~> 2.3)
|
|
313
319
|
language_server-protocol (~> 3.17.0.2)
|
|
314
320
|
lint_roller (~> 1.1.0)
|
|
@@ -316,47 +322,47 @@ GEM
|
|
|
316
322
|
parser (>= 3.3.0.2)
|
|
317
323
|
rainbow (>= 2.2.2, < 4.0)
|
|
318
324
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
319
|
-
rubocop-ast (>= 1.
|
|
325
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
320
326
|
ruby-progressbar (~> 1.7)
|
|
321
327
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
322
|
-
rubocop-ast (1.
|
|
328
|
+
rubocop-ast (1.49.1)
|
|
323
329
|
parser (>= 3.3.7.2)
|
|
324
|
-
prism (~> 1.
|
|
325
|
-
rubocop-performance (1.
|
|
330
|
+
prism (~> 1.7)
|
|
331
|
+
rubocop-performance (1.26.1)
|
|
326
332
|
lint_roller (~> 1.1)
|
|
327
333
|
rubocop (>= 1.75.0, < 2.0)
|
|
328
|
-
rubocop-ast (>= 1.
|
|
334
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
329
335
|
ruby-next-core (1.2.0)
|
|
330
336
|
ruby-progressbar (1.13.0)
|
|
331
337
|
securerandom (0.4.1)
|
|
332
|
-
semantic_range (3.1.
|
|
333
|
-
sequel (5.
|
|
338
|
+
semantic_range (3.1.1)
|
|
339
|
+
sequel (5.102.0)
|
|
334
340
|
bigdecimal
|
|
335
341
|
sequel-activerecord_connection (2.0.1)
|
|
336
342
|
activerecord (>= 5.1)
|
|
337
343
|
sequel (~> 5.38)
|
|
338
344
|
sin_lru_redux (2.5.2)
|
|
339
|
-
sqlite3 (2.
|
|
340
|
-
standard (1.
|
|
345
|
+
sqlite3 (2.9.1-arm64-darwin)
|
|
346
|
+
standard (1.54.0)
|
|
341
347
|
language_server-protocol (~> 3.17.0.2)
|
|
342
348
|
lint_roller (~> 1.0)
|
|
343
|
-
rubocop (~> 1.
|
|
349
|
+
rubocop (~> 1.84.0)
|
|
344
350
|
standard-custom (~> 1.0.0)
|
|
345
351
|
standard-performance (~> 1.8)
|
|
346
352
|
standard-custom (1.0.2)
|
|
347
353
|
lint_roller (~> 1.0)
|
|
348
354
|
rubocop (~> 1.50)
|
|
349
|
-
standard-performance (1.
|
|
355
|
+
standard-performance (1.9.0)
|
|
350
356
|
lint_roller (~> 1.1)
|
|
351
|
-
rubocop-performance (~> 1.
|
|
357
|
+
rubocop-performance (~> 1.26.0)
|
|
352
358
|
stimulus-rails (1.3.4)
|
|
353
359
|
railties (>= 6.0.0)
|
|
354
360
|
stringio (3.2.0)
|
|
355
|
-
tailwind_merge (1.
|
|
361
|
+
tailwind_merge (1.4.0)
|
|
356
362
|
sin_lru_redux (~> 2.5)
|
|
357
363
|
thor (1.5.0)
|
|
358
364
|
tilt (2.7.0)
|
|
359
|
-
timeout (0.6.
|
|
365
|
+
timeout (0.6.1)
|
|
360
366
|
tsort (0.2.0)
|
|
361
367
|
tty-color (0.6.0)
|
|
362
368
|
tty-cursor (0.7.1)
|
|
@@ -368,14 +374,14 @@ GEM
|
|
|
368
374
|
tty-screen (~> 0.8)
|
|
369
375
|
wisper (~> 2.0)
|
|
370
376
|
tty-screen (0.8.2)
|
|
371
|
-
turbo-rails (2.0.
|
|
377
|
+
turbo-rails (2.0.23)
|
|
372
378
|
actionpack (>= 7.1.0)
|
|
373
379
|
railties (>= 7.1.0)
|
|
374
380
|
tzinfo (2.0.6)
|
|
375
381
|
concurrent-ruby (~> 1.0)
|
|
376
382
|
unicode-display_width (3.2.0)
|
|
377
383
|
unicode-emoji (~> 4.1)
|
|
378
|
-
unicode-emoji (4.
|
|
384
|
+
unicode-emoji (4.2.0)
|
|
379
385
|
uri (1.1.1)
|
|
380
386
|
useragent (0.16.11)
|
|
381
387
|
websocket-driver (0.8.0)
|
|
@@ -383,7 +389,7 @@ GEM
|
|
|
383
389
|
websocket-extensions (>= 0.1.0)
|
|
384
390
|
websocket-extensions (0.1.5)
|
|
385
391
|
wisper (2.0.1)
|
|
386
|
-
zeitwerk (2.7.
|
|
392
|
+
zeitwerk (2.7.5)
|
|
387
393
|
|
|
388
394
|
PLATFORMS
|
|
389
395
|
arm64-darwin
|