role_fu 0.4.0 → 0.5.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/CHANGELOG.md +12 -0
- data/gemfiles/rails_7.2.gemfile.lock +116 -123
- data/gemfiles/rails_8.0.gemfile.lock +180 -187
- data/gemfiles/rails_8.1.gemfile.lock +182 -189
- data/lib/role_fu/version.rb +1 -1
- metadata +3 -3
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
role_fu (0.
|
|
4
|
+
role_fu (0.5.0)
|
|
5
5
|
activerecord (>= 7.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
actioncable (8.0.
|
|
11
|
-
actionpack (= 8.0.
|
|
12
|
-
activesupport (= 8.0.
|
|
10
|
+
actioncable (8.0.5)
|
|
11
|
+
actionpack (= 8.0.5)
|
|
12
|
+
activesupport (= 8.0.5)
|
|
13
13
|
nio4r (~> 2.0)
|
|
14
14
|
websocket-driver (>= 0.6.1)
|
|
15
15
|
zeitwerk (~> 2.6)
|
|
16
|
-
actionmailbox (8.0.
|
|
17
|
-
actionpack (= 8.0.
|
|
18
|
-
activejob (= 8.0.
|
|
19
|
-
activerecord (= 8.0.
|
|
20
|
-
activestorage (= 8.0.
|
|
21
|
-
activesupport (= 8.0.
|
|
16
|
+
actionmailbox (8.0.5)
|
|
17
|
+
actionpack (= 8.0.5)
|
|
18
|
+
activejob (= 8.0.5)
|
|
19
|
+
activerecord (= 8.0.5)
|
|
20
|
+
activestorage (= 8.0.5)
|
|
21
|
+
activesupport (= 8.0.5)
|
|
22
22
|
mail (>= 2.8.0)
|
|
23
|
-
actionmailer (8.0.
|
|
24
|
-
actionpack (= 8.0.
|
|
25
|
-
actionview (= 8.0.
|
|
26
|
-
activejob (= 8.0.
|
|
27
|
-
activesupport (= 8.0.
|
|
23
|
+
actionmailer (8.0.5)
|
|
24
|
+
actionpack (= 8.0.5)
|
|
25
|
+
actionview (= 8.0.5)
|
|
26
|
+
activejob (= 8.0.5)
|
|
27
|
+
activesupport (= 8.0.5)
|
|
28
28
|
mail (>= 2.8.0)
|
|
29
29
|
rails-dom-testing (~> 2.2)
|
|
30
|
-
actionpack (8.0.
|
|
31
|
-
actionview (= 8.0.
|
|
32
|
-
activesupport (= 8.0.
|
|
30
|
+
actionpack (8.0.5)
|
|
31
|
+
actionview (= 8.0.5)
|
|
32
|
+
activesupport (= 8.0.5)
|
|
33
33
|
nokogiri (>= 1.8.5)
|
|
34
34
|
rack (>= 2.2.4)
|
|
35
35
|
rack-session (>= 1.0.1)
|
|
@@ -37,35 +37,35 @@ GEM
|
|
|
37
37
|
rails-dom-testing (~> 2.2)
|
|
38
38
|
rails-html-sanitizer (~> 1.6)
|
|
39
39
|
useragent (~> 0.16)
|
|
40
|
-
actiontext (8.0.
|
|
41
|
-
actionpack (= 8.0.
|
|
42
|
-
activerecord (= 8.0.
|
|
43
|
-
activestorage (= 8.0.
|
|
44
|
-
activesupport (= 8.0.
|
|
40
|
+
actiontext (8.0.5)
|
|
41
|
+
actionpack (= 8.0.5)
|
|
42
|
+
activerecord (= 8.0.5)
|
|
43
|
+
activestorage (= 8.0.5)
|
|
44
|
+
activesupport (= 8.0.5)
|
|
45
45
|
globalid (>= 0.6.0)
|
|
46
46
|
nokogiri (>= 1.8.5)
|
|
47
|
-
actionview (8.0.
|
|
48
|
-
activesupport (= 8.0.
|
|
47
|
+
actionview (8.0.5)
|
|
48
|
+
activesupport (= 8.0.5)
|
|
49
49
|
builder (~> 3.1)
|
|
50
50
|
erubi (~> 1.11)
|
|
51
51
|
rails-dom-testing (~> 2.2)
|
|
52
52
|
rails-html-sanitizer (~> 1.6)
|
|
53
|
-
activejob (8.0.
|
|
54
|
-
activesupport (= 8.0.
|
|
53
|
+
activejob (8.0.5)
|
|
54
|
+
activesupport (= 8.0.5)
|
|
55
55
|
globalid (>= 0.3.6)
|
|
56
|
-
activemodel (8.0.
|
|
57
|
-
activesupport (= 8.0.
|
|
58
|
-
activerecord (8.0.
|
|
59
|
-
activemodel (= 8.0.
|
|
60
|
-
activesupport (= 8.0.
|
|
56
|
+
activemodel (8.0.5)
|
|
57
|
+
activesupport (= 8.0.5)
|
|
58
|
+
activerecord (8.0.5)
|
|
59
|
+
activemodel (= 8.0.5)
|
|
60
|
+
activesupport (= 8.0.5)
|
|
61
61
|
timeout (>= 0.4.0)
|
|
62
|
-
activestorage (8.0.
|
|
63
|
-
actionpack (= 8.0.
|
|
64
|
-
activejob (= 8.0.
|
|
65
|
-
activerecord (= 8.0.
|
|
66
|
-
activesupport (= 8.0.
|
|
62
|
+
activestorage (8.0.5)
|
|
63
|
+
actionpack (= 8.0.5)
|
|
64
|
+
activejob (= 8.0.5)
|
|
65
|
+
activerecord (= 8.0.5)
|
|
66
|
+
activesupport (= 8.0.5)
|
|
67
67
|
marcel (~> 1.0)
|
|
68
|
-
activesupport (8.0.
|
|
68
|
+
activesupport (8.0.5)
|
|
69
69
|
base64
|
|
70
70
|
benchmark (>= 0.3)
|
|
71
71
|
bigdecimal
|
|
@@ -85,46 +85,46 @@ GEM
|
|
|
85
85
|
ast (2.4.3)
|
|
86
86
|
base64 (0.3.0)
|
|
87
87
|
benchmark (0.5.0)
|
|
88
|
-
bigdecimal (4.
|
|
88
|
+
bigdecimal (4.1.2)
|
|
89
89
|
builder (3.3.0)
|
|
90
|
-
concurrent-ruby (1.3.
|
|
90
|
+
concurrent-ruby (1.3.7)
|
|
91
91
|
connection_pool (3.0.2)
|
|
92
|
-
crass (1.0.
|
|
92
|
+
crass (1.0.7)
|
|
93
93
|
date (3.5.1)
|
|
94
94
|
diff-lcs (1.6.2)
|
|
95
|
-
docile (1.4.1)
|
|
96
95
|
drb (2.2.3)
|
|
97
|
-
erb (6.0.
|
|
96
|
+
erb (6.0.4)
|
|
98
97
|
erubi (1.13.1)
|
|
99
|
-
globalid (1.
|
|
98
|
+
globalid (1.4.0)
|
|
100
99
|
activesupport (>= 6.1)
|
|
101
|
-
i18n (1.
|
|
100
|
+
i18n (1.15.2)
|
|
102
101
|
concurrent-ruby (~> 1.0)
|
|
103
102
|
io-console (0.8.2)
|
|
104
|
-
irb (1.
|
|
103
|
+
irb (1.18.0)
|
|
105
104
|
pp (>= 0.6.0)
|
|
106
105
|
prism (>= 1.3.0)
|
|
107
106
|
rdoc (>= 4.0.0)
|
|
108
107
|
reline (>= 0.4.2)
|
|
109
|
-
json (2.
|
|
110
|
-
language_server-protocol (3.17.0.
|
|
111
|
-
lefthook (2.1.
|
|
108
|
+
json (2.21.1)
|
|
109
|
+
language_server-protocol (3.17.0.6)
|
|
110
|
+
lefthook (2.1.10)
|
|
112
111
|
lint_roller (1.1.0)
|
|
113
112
|
logger (1.7.0)
|
|
114
|
-
loofah (2.25.
|
|
113
|
+
loofah (2.25.1)
|
|
115
114
|
crass (~> 1.0.2)
|
|
116
115
|
nokogiri (>= 1.12.0)
|
|
117
|
-
mail (2.9.
|
|
116
|
+
mail (2.9.1)
|
|
118
117
|
logger
|
|
119
118
|
mini_mime (>= 0.1.1)
|
|
120
119
|
net-imap
|
|
121
120
|
net-pop
|
|
122
121
|
net-smtp
|
|
123
|
-
marcel (1.1
|
|
122
|
+
marcel (1.2.1)
|
|
124
123
|
mini_mime (1.1.5)
|
|
125
|
-
minitest (6.0.
|
|
124
|
+
minitest (6.0.6)
|
|
125
|
+
drb (~> 2.0)
|
|
126
126
|
prism (~> 1.5)
|
|
127
|
-
net-imap (0.6.
|
|
127
|
+
net-imap (0.6.4.1)
|
|
128
128
|
date
|
|
129
129
|
net-protocol
|
|
130
130
|
net-pop (0.1.2)
|
|
@@ -134,66 +134,63 @@ GEM
|
|
|
134
134
|
net-smtp (0.5.1)
|
|
135
135
|
net-protocol
|
|
136
136
|
nio4r (2.7.5)
|
|
137
|
-
nokogiri (1.19.
|
|
137
|
+
nokogiri (1.19.4-aarch64-linux-gnu)
|
|
138
138
|
racc (~> 1.4)
|
|
139
|
-
nokogiri (1.19.
|
|
139
|
+
nokogiri (1.19.4-aarch64-linux-musl)
|
|
140
140
|
racc (~> 1.4)
|
|
141
|
-
nokogiri (1.19.
|
|
141
|
+
nokogiri (1.19.4-arm-linux-gnu)
|
|
142
142
|
racc (~> 1.4)
|
|
143
|
-
nokogiri (1.19.
|
|
143
|
+
nokogiri (1.19.4-arm-linux-musl)
|
|
144
144
|
racc (~> 1.4)
|
|
145
|
-
nokogiri (1.19.
|
|
145
|
+
nokogiri (1.19.4-arm64-darwin)
|
|
146
146
|
racc (~> 1.4)
|
|
147
|
-
nokogiri (1.19.
|
|
147
|
+
nokogiri (1.19.4-x86_64-darwin)
|
|
148
148
|
racc (~> 1.4)
|
|
149
|
-
nokogiri (1.19.
|
|
149
|
+
nokogiri (1.19.4-x86_64-linux-gnu)
|
|
150
150
|
racc (~> 1.4)
|
|
151
|
-
nokogiri (1.19.
|
|
151
|
+
nokogiri (1.19.4-x86_64-linux-musl)
|
|
152
152
|
racc (~> 1.4)
|
|
153
|
-
parallel (1.
|
|
154
|
-
parser (3.3.
|
|
153
|
+
parallel (2.1.0)
|
|
154
|
+
parser (3.3.11.1)
|
|
155
155
|
ast (~> 2.4.1)
|
|
156
156
|
racc
|
|
157
|
-
pp (0.6.
|
|
157
|
+
pp (0.6.4)
|
|
158
158
|
prettyprint
|
|
159
159
|
prettyprint (0.2.0)
|
|
160
160
|
prism (1.9.0)
|
|
161
|
-
psych (5.3.1)
|
|
162
|
-
date
|
|
163
|
-
stringio
|
|
164
161
|
racc (1.8.1)
|
|
165
|
-
rack (3.2.
|
|
166
|
-
rack-session (2.1.
|
|
162
|
+
rack (3.2.6)
|
|
163
|
+
rack-session (2.1.2)
|
|
167
164
|
base64 (>= 0.1.0)
|
|
168
165
|
rack (>= 3.0.0)
|
|
169
166
|
rack-test (2.2.0)
|
|
170
167
|
rack (>= 1.3)
|
|
171
168
|
rackup (2.3.1)
|
|
172
169
|
rack (>= 3)
|
|
173
|
-
rails (8.0.
|
|
174
|
-
actioncable (= 8.0.
|
|
175
|
-
actionmailbox (= 8.0.
|
|
176
|
-
actionmailer (= 8.0.
|
|
177
|
-
actionpack (= 8.0.
|
|
178
|
-
actiontext (= 8.0.
|
|
179
|
-
actionview (= 8.0.
|
|
180
|
-
activejob (= 8.0.
|
|
181
|
-
activemodel (= 8.0.
|
|
182
|
-
activerecord (= 8.0.
|
|
183
|
-
activestorage (= 8.0.
|
|
184
|
-
activesupport (= 8.0.
|
|
170
|
+
rails (8.0.5)
|
|
171
|
+
actioncable (= 8.0.5)
|
|
172
|
+
actionmailbox (= 8.0.5)
|
|
173
|
+
actionmailer (= 8.0.5)
|
|
174
|
+
actionpack (= 8.0.5)
|
|
175
|
+
actiontext (= 8.0.5)
|
|
176
|
+
actionview (= 8.0.5)
|
|
177
|
+
activejob (= 8.0.5)
|
|
178
|
+
activemodel (= 8.0.5)
|
|
179
|
+
activerecord (= 8.0.5)
|
|
180
|
+
activestorage (= 8.0.5)
|
|
181
|
+
activesupport (= 8.0.5)
|
|
185
182
|
bundler (>= 1.15.0)
|
|
186
|
-
railties (= 8.0.
|
|
183
|
+
railties (= 8.0.5)
|
|
187
184
|
rails-dom-testing (2.3.0)
|
|
188
185
|
activesupport (>= 5.0.0)
|
|
189
186
|
minitest
|
|
190
187
|
nokogiri (>= 1.6)
|
|
191
|
-
rails-html-sanitizer (1.
|
|
192
|
-
loofah (~> 2.
|
|
188
|
+
rails-html-sanitizer (1.7.0)
|
|
189
|
+
loofah (~> 2.25)
|
|
193
190
|
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)
|
|
194
|
-
railties (8.0.
|
|
195
|
-
actionpack (= 8.0.
|
|
196
|
-
activesupport (= 8.0.
|
|
191
|
+
railties (8.0.5)
|
|
192
|
+
actionpack (= 8.0.5)
|
|
193
|
+
activesupport (= 8.0.5)
|
|
197
194
|
irb (~> 1.13)
|
|
198
195
|
rackup (>= 1.0.0)
|
|
199
196
|
rake (>= 12.2)
|
|
@@ -201,12 +198,17 @@ GEM
|
|
|
201
198
|
tsort (>= 0.2)
|
|
202
199
|
zeitwerk (~> 2.6)
|
|
203
200
|
rainbow (3.1.1)
|
|
204
|
-
rake (13.
|
|
205
|
-
|
|
201
|
+
rake (13.4.2)
|
|
202
|
+
rbs (4.0.3)
|
|
203
|
+
logger
|
|
204
|
+
prism (>= 1.6.0)
|
|
205
|
+
tsort
|
|
206
|
+
rdoc (8.0.0)
|
|
206
207
|
erb
|
|
207
|
-
|
|
208
|
+
prism (>= 1.6.0)
|
|
209
|
+
rbs (>= 4.0.0)
|
|
208
210
|
tsort
|
|
209
|
-
regexp_parser (2.
|
|
211
|
+
regexp_parser (2.12.0)
|
|
210
212
|
reline (0.6.3)
|
|
211
213
|
io-console (~> 0.5)
|
|
212
214
|
rspec (3.13.2)
|
|
@@ -218,51 +220,47 @@ GEM
|
|
|
218
220
|
rspec-expectations (3.13.5)
|
|
219
221
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
220
222
|
rspec-support (~> 3.13.0)
|
|
221
|
-
rspec-mocks (3.13.
|
|
223
|
+
rspec-mocks (3.13.8)
|
|
222
224
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
223
225
|
rspec-support (~> 3.13.0)
|
|
224
226
|
rspec-support (3.13.7)
|
|
225
|
-
rubocop (1.
|
|
227
|
+
rubocop (1.87.0)
|
|
226
228
|
json (~> 2.3)
|
|
227
229
|
language_server-protocol (~> 3.17.0.2)
|
|
228
230
|
lint_roller (~> 1.1.0)
|
|
229
|
-
parallel (
|
|
231
|
+
parallel (>= 1.10)
|
|
230
232
|
parser (>= 3.3.0.2)
|
|
231
233
|
rainbow (>= 2.2.2, < 4.0)
|
|
232
234
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
233
|
-
rubocop-ast (>= 1.
|
|
235
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
234
236
|
ruby-progressbar (~> 1.7)
|
|
235
237
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
236
|
-
rubocop-ast (1.
|
|
238
|
+
rubocop-ast (1.50.0)
|
|
237
239
|
parser (>= 3.3.7.2)
|
|
238
240
|
prism (~> 1.7)
|
|
239
241
|
rubocop-performance (1.26.1)
|
|
240
242
|
lint_roller (~> 1.1)
|
|
241
243
|
rubocop (>= 1.75.0, < 2.0)
|
|
242
244
|
rubocop-ast (>= 1.47.1, < 2.0)
|
|
243
|
-
rubocop-rspec (3.
|
|
245
|
+
rubocop-rspec (3.10.2)
|
|
244
246
|
lint_roller (~> 1.1)
|
|
245
|
-
|
|
247
|
+
regexp_parser (>= 2.0)
|
|
248
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
246
249
|
ruby-progressbar (1.13.0)
|
|
247
250
|
securerandom (0.4.1)
|
|
248
|
-
simplecov (0.
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
sqlite3 (2.9.
|
|
255
|
-
sqlite3 (2.9.
|
|
256
|
-
sqlite3 (2.9.
|
|
257
|
-
|
|
258
|
-
sqlite3 (2.9.0-arm64-darwin)
|
|
259
|
-
sqlite3 (2.9.0-x86_64-darwin)
|
|
260
|
-
sqlite3 (2.9.0-x86_64-linux-gnu)
|
|
261
|
-
sqlite3 (2.9.0-x86_64-linux-musl)
|
|
262
|
-
standard (1.53.0)
|
|
251
|
+
simplecov (1.0.1)
|
|
252
|
+
sqlite3 (2.9.5-aarch64-linux-gnu)
|
|
253
|
+
sqlite3 (2.9.5-aarch64-linux-musl)
|
|
254
|
+
sqlite3 (2.9.5-arm-linux-gnu)
|
|
255
|
+
sqlite3 (2.9.5-arm-linux-musl)
|
|
256
|
+
sqlite3 (2.9.5-arm64-darwin)
|
|
257
|
+
sqlite3 (2.9.5-x86_64-darwin)
|
|
258
|
+
sqlite3 (2.9.5-x86_64-linux-gnu)
|
|
259
|
+
sqlite3 (2.9.5-x86_64-linux-musl)
|
|
260
|
+
standard (1.55.0)
|
|
263
261
|
language_server-protocol (~> 3.17.0.2)
|
|
264
262
|
lint_roller (~> 1.0)
|
|
265
|
-
rubocop (~> 1.
|
|
263
|
+
rubocop (~> 1.87.0)
|
|
266
264
|
standard-custom (~> 1.0.0)
|
|
267
265
|
standard-performance (~> 1.8)
|
|
268
266
|
standard-custom (1.0.2)
|
|
@@ -271,9 +269,8 @@ GEM
|
|
|
271
269
|
standard-performance (1.9.0)
|
|
272
270
|
lint_roller (~> 1.1)
|
|
273
271
|
rubocop-performance (~> 1.26.0)
|
|
274
|
-
stringio (3.2.0)
|
|
275
272
|
thor (1.5.0)
|
|
276
|
-
timeout (0.6.
|
|
273
|
+
timeout (0.6.1)
|
|
277
274
|
tsort (0.2.0)
|
|
278
275
|
tzinfo (2.0.6)
|
|
279
276
|
concurrent-ruby (~> 1.0)
|
|
@@ -282,11 +279,11 @@ GEM
|
|
|
282
279
|
unicode-emoji (4.2.0)
|
|
283
280
|
uri (1.1.1)
|
|
284
281
|
useragent (0.16.11)
|
|
285
|
-
websocket-driver (0.8.
|
|
282
|
+
websocket-driver (0.8.2)
|
|
286
283
|
base64
|
|
287
284
|
websocket-extensions (>= 0.1.0)
|
|
288
285
|
websocket-extensions (0.1.5)
|
|
289
|
-
zeitwerk (2.
|
|
286
|
+
zeitwerk (2.8.2)
|
|
290
287
|
|
|
291
288
|
PLATFORMS
|
|
292
289
|
aarch64-linux-gnu
|
|
@@ -313,117 +310,113 @@ DEPENDENCIES
|
|
|
313
310
|
standard (>= 1.35.1)
|
|
314
311
|
|
|
315
312
|
CHECKSUMS
|
|
316
|
-
actioncable (8.0.
|
|
317
|
-
actionmailbox (8.0.
|
|
318
|
-
actionmailer (8.0.
|
|
319
|
-
actionpack (8.0.
|
|
320
|
-
actiontext (8.0.
|
|
321
|
-
actionview (8.0.
|
|
322
|
-
activejob (8.0.
|
|
323
|
-
activemodel (8.0.
|
|
324
|
-
activerecord (8.0.
|
|
325
|
-
activestorage (8.0.
|
|
326
|
-
activesupport (8.0.
|
|
313
|
+
actioncable (8.0.5) sha256=01a1d1a48b63b1a643fae6b7b4eb2859af55f507b335fca9ab869a5c6742bb8b
|
|
314
|
+
actionmailbox (8.0.5) sha256=2651a87c0cc3dd1243a3afe64c052e71138f99006b3a5d3fa519198735500054
|
|
315
|
+
actionmailer (8.0.5) sha256=7918fac842cfe985ed21692f3d212c914a0c816e30e6fa68633177bb22f38561
|
|
316
|
+
actionpack (8.0.5) sha256=c9de868975dd124a0956499140bd5e63c367865deca01292df7c3195c8da4b35
|
|
317
|
+
actiontext (8.0.5) sha256=12f3ce3d6326230728316ba14eeac27b2100d6e7d9bfcb4b01fb27b187a812e1
|
|
318
|
+
actionview (8.0.5) sha256=6d0fa9e63df0cf2729b1f54d0988336c149eb2bbc6049f4c2834d7b62f351413
|
|
319
|
+
activejob (8.0.5) sha256=2dabe5c3bfe284aba4687c52b930564335435dde3a60b047821f9d3bd0d2ea10
|
|
320
|
+
activemodel (8.0.5) sha256=c796813d46dc1373f4c6c0ec91dfc520b53683ea773c3b3f9a12c4b3eb145bc2
|
|
321
|
+
activerecord (8.0.5) sha256=89b261b6cd910c9431cf2475f3f6e5e2f5ce589805043a33ef2b004376a129e6
|
|
322
|
+
activestorage (8.0.5) sha256=25898a3f8f8aced15ea6a8578cb56955acf3a96ad931e000b2e77e9c8db43df3
|
|
323
|
+
activesupport (8.0.5) sha256=37f213ff6a37cf3fadfa1a28c1a9678e2cb73b59bb9ebd0eeeca653cccadcb23
|
|
327
324
|
appraisal (2.5.0) sha256=36989221be127913b0dba8d114da2001e6b2dceea7bd4951200eaba764eed3ce
|
|
328
325
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
329
326
|
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
330
327
|
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
|
|
331
|
-
bigdecimal (4.
|
|
328
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
332
329
|
builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
|
|
333
|
-
concurrent-ruby (1.3.
|
|
330
|
+
concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
|
|
334
331
|
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
335
|
-
crass (1.0.
|
|
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
|
-
erb (6.0.
|
|
336
|
+
erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
|
|
341
337
|
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
|
|
342
|
-
globalid (1.
|
|
343
|
-
i18n (1.
|
|
338
|
+
globalid (1.4.0) sha256=037f12fbf1d9d7a014d501c2d5c77356fd4ddd96d7a7991d6700bba96706f427
|
|
339
|
+
i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
|
|
344
340
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
345
|
-
irb (1.
|
|
346
|
-
json (2.
|
|
347
|
-
language_server-protocol (3.17.0.
|
|
348
|
-
lefthook (2.1.
|
|
341
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
342
|
+
json (2.21.1) sha256=13a43df75d95641443f5702dff350f237164a9d811ff0f2c2800d4d980220583
|
|
343
|
+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
|
|
344
|
+
lefthook (2.1.10) sha256=cc9c06bd8ea689e8b8016eab9769e54d696d07951860c1c6d28e8f6812e61b65
|
|
349
345
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
350
346
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
351
|
-
loofah (2.25.
|
|
352
|
-
mail (2.9.
|
|
353
|
-
marcel (1.1
|
|
347
|
+
loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
|
|
348
|
+
mail (2.9.1) sha256=06574eca475253d6c18145dd70af80d0eb970182d55053497c5f4d797ea160e8
|
|
349
|
+
marcel (1.2.1) sha256=1678e9360e32f9eafa917c80029e2f6d10b2715c66a4b87b6d0da9b9cd1f859f
|
|
354
350
|
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
|
|
355
|
-
minitest (6.0.
|
|
356
|
-
net-imap (0.6.
|
|
351
|
+
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
|
|
352
|
+
net-imap (0.6.4.1) sha256=29f0360d75a7efd3539f16ac1957dea5c0a51ddeceb348db4553c3120914ea0d
|
|
357
353
|
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
|
|
358
354
|
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
|
|
359
355
|
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
|
|
360
356
|
nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
|
|
361
|
-
nokogiri (1.19.
|
|
362
|
-
nokogiri (1.19.
|
|
363
|
-
nokogiri (1.19.
|
|
364
|
-
nokogiri (1.19.
|
|
365
|
-
nokogiri (1.19.
|
|
366
|
-
nokogiri (1.19.
|
|
367
|
-
nokogiri (1.19.
|
|
368
|
-
nokogiri (1.19.
|
|
369
|
-
parallel (1.
|
|
370
|
-
parser (3.3.
|
|
371
|
-
pp (0.6.
|
|
357
|
+
nokogiri (1.19.4-aarch64-linux-gnu) sha256=1269fb644a6de405057a53dd5c762b1209b43ca7424f839454d3dbc677c31a8f
|
|
358
|
+
nokogiri (1.19.4-aarch64-linux-musl) sha256=35c65b9ce72b3bb03207bdbe7067915019dc18c1b9b59139684bd6690fdd01af
|
|
359
|
+
nokogiri (1.19.4-arm-linux-gnu) sha256=a301313e38bb065d68239e79734bcd6f56fb6efaacebde29e9abf2a4735340ca
|
|
360
|
+
nokogiri (1.19.4-arm-linux-musl) sha256=588923c101bcfa78869734d247d25b598674323e7f22474fc468f6e5647311eb
|
|
361
|
+
nokogiri (1.19.4-arm64-darwin) sha256=a46db9853286e6597b36ebc6953817d15acf3a299583eb3f89fdc6f91dd63527
|
|
362
|
+
nokogiri (1.19.4-x86_64-darwin) sha256=7fd17057d3e1f00e9954a74b3cd76595d3d4a5ef233b7ed9599047c204f70551
|
|
363
|
+
nokogiri (1.19.4-x86_64-linux-gnu) sha256=379fae440b28915e3f19d752ce2dcf8465ed2b2fbefd2a7ca0dd497bc981a06a
|
|
364
|
+
nokogiri (1.19.4-x86_64-linux-musl) sha256=17dfb7c1fa194ae02fbf7c51a7afc8d278045ab3fdacfd86f91d02d7b274470b
|
|
365
|
+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
366
|
+
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
|
|
367
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
372
368
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
373
369
|
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
374
|
-
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
375
370
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
376
|
-
rack (3.2.
|
|
377
|
-
rack-session (2.1.
|
|
371
|
+
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
372
|
+
rack-session (2.1.2) sha256=595434f8c0c3473ae7d7ac56ecda6cc6dfd9d37c0b2b5255330aa1576967ffe8
|
|
378
373
|
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
|
|
379
374
|
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
|
|
380
|
-
rails (8.0.
|
|
375
|
+
rails (8.0.5) sha256=4cb40f90948be292fa15cc7cb37757b97266585145c6e76957464b40edfd5be6
|
|
381
376
|
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
|
|
382
|
-
rails-html-sanitizer (1.
|
|
383
|
-
railties (8.0.
|
|
377
|
+
rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
|
|
378
|
+
railties (8.0.5) sha256=ad98c6e9a096b7e8cf63c70872b60ec6c1d4152be2a4ffa63483ec02a837a9d5
|
|
384
379
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
385
|
-
rake (13.
|
|
386
|
-
|
|
387
|
-
|
|
380
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
381
|
+
rbs (4.0.3) sha256=5a7bf70e2628549d9a1f44eae447b2cfe55968a9c60cfff52693a4bdcc020e14
|
|
382
|
+
rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
|
|
383
|
+
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
388
384
|
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
389
|
-
role_fu (0.
|
|
385
|
+
role_fu (0.5.0)
|
|
390
386
|
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
391
387
|
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
392
388
|
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
393
|
-
rspec-mocks (3.13.
|
|
389
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
394
390
|
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
395
|
-
rubocop (1.
|
|
396
|
-
rubocop-ast (1.
|
|
391
|
+
rubocop (1.87.0) sha256=b9d9ddf55116a513f8ef2c7ae660662d8b49301f118d3f0df61865b33a5c188d
|
|
392
|
+
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
|
|
397
393
|
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
398
|
-
rubocop-rspec (3.
|
|
394
|
+
rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
|
|
399
395
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
400
396
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
401
|
-
simplecov (0.
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
sqlite3 (2.9.
|
|
405
|
-
sqlite3 (2.9.
|
|
406
|
-
sqlite3 (2.9.
|
|
407
|
-
sqlite3 (2.9.
|
|
408
|
-
sqlite3 (2.9.
|
|
409
|
-
sqlite3 (2.9.
|
|
410
|
-
|
|
411
|
-
sqlite3 (2.9.0-x86_64-linux-musl) sha256=ef716ba7a66d7deb1ccc402ac3a6d7343da17fac862793b7f0be3d2917253c90
|
|
412
|
-
standard (1.53.0) sha256=f3c9493385db7079d0abce6f7582f553122156997b81258cd361d3480eeacf9c
|
|
397
|
+
simplecov (1.0.1) sha256=419d93c40484159d20b40e26e9a83cdd4c3afa2f3fd443bb8946c301cd658d75
|
|
398
|
+
sqlite3 (2.9.5-aarch64-linux-gnu) sha256=78075b6337d3d182c6d2b4691049ed45cd220826160c9ea18946bf6a1de200dc
|
|
399
|
+
sqlite3 (2.9.5-aarch64-linux-musl) sha256=18c801185deb4adc01ddb281e8f672a39e3d1729979ca91e39439cd3eac0402d
|
|
400
|
+
sqlite3 (2.9.5-arm-linux-gnu) sha256=1bdfca0c7d63998c60b0f4a8e3c8df2d33800ccc4abd2d612eddbbbc92a4c48b
|
|
401
|
+
sqlite3 (2.9.5-arm-linux-musl) sha256=bae1109d12b2e9f588455967729b008e1ff4feb7761749df695019c9079913c6
|
|
402
|
+
sqlite3 (2.9.5-arm64-darwin) sha256=d0cf444a70fc9395d513cfbcc1e6719e224aa645314e3824cb0474c721425aa2
|
|
403
|
+
sqlite3 (2.9.5-x86_64-darwin) sha256=8e9caae38bd7ebb29cbeee3e7ab1d12dc2327d9a1b92c7fcf0dda05589627a81
|
|
404
|
+
sqlite3 (2.9.5-x86_64-linux-gnu) sha256=233dbcb6714148dd23bc5aeb33e8efd6eac974969564ddd5794c23d5f52b231e
|
|
405
|
+
sqlite3 (2.9.5-x86_64-linux-musl) sha256=e7d3a7474e8af0f96150c21abc203fbab5437206bfcdf11deab7741c0ca516f2
|
|
406
|
+
standard (1.55.0) sha256=8a8f2c3e681a4db3aafde1b301561b0f3d7c5f06c160167cb744a4d7baf0426e
|
|
413
407
|
standard-custom (1.0.2) sha256=424adc84179a074f1a2a309bb9cf7cd6bfdb2b6541f20c6bf9436c0ba22a652b
|
|
414
408
|
standard-performance (1.9.0) sha256=49483d31be448292951d80e5e67cdcb576c2502103c7b40aec6f1b6e9c88e3f2
|
|
415
|
-
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
416
409
|
thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
|
|
417
|
-
timeout (0.6.
|
|
410
|
+
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
|
|
418
411
|
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
|
419
412
|
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
420
413
|
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
421
414
|
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
|
|
422
415
|
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
423
416
|
useragent (0.16.11) sha256=700e6413ad4bb954bb63547fa098dddf7b0ebe75b40cc6f93b8d54255b173844
|
|
424
|
-
websocket-driver (0.8.
|
|
417
|
+
websocket-driver (0.8.2) sha256=97c556b019bf3410b4961002ac501621e9322d3f8a7bc02161a09301cc4c4146
|
|
425
418
|
websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
|
|
426
|
-
zeitwerk (2.
|
|
419
|
+
zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12
|
|
427
420
|
|
|
428
421
|
BUNDLED WITH
|
|
429
422
|
4.0.5
|