formie 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecf499b4fc476913248744e4a802fe88469a8d76a46419a86a0c2c9a3b431edc
4
- data.tar.gz: e29a25fd5f3e3c40f91444f13454b2d95522fbeed4afcddfdc5dc942985c0da8
3
+ metadata.gz: 8e7164326aeeb51b8dafab7edc1692e0ed18e9d415cd851c36f239b4cc6e026e
4
+ data.tar.gz: 3362763fcddb0a59a37c935788c81f78f7cc32418e9dd1c4e75f31f3d84cbfd8
5
5
  SHA512:
6
- metadata.gz: 4c3d8d0a8757b731bec24d29649c598c02eae5431f286c55565b81131f4376613e5baa263bc7d4124d6324ef55be318e2a45f2552ea3c88a2418f7257a8742c8
7
- data.tar.gz: d7661025954965b80b791be6f35a96be7257eb51e7d7d2ac04a58929eb321e15d0f228994e124d8d3e5ed9ed36bed6957d699ca63e3e948a131ab9270e9eb981
6
+ metadata.gz: 318fa103791439af1368a6e843644bc60feae8ed483518007cf753332d63c45dab14db412cbe63ad379e9c0892df3c5a59fc2ec8d8a1254a4bc39e99c3a38daf
7
+ data.tar.gz: bdb34f8287959274a0535cf9a61dcf4ab4056733e5f2db0e516e14c117496585f53380a1d47a823b686cde140756da28f1031ff27fcdfdf6186b8dd888efcba0
@@ -8,7 +8,6 @@ jobs:
8
8
  strategy:
9
9
  fail-fast: false
10
10
  matrix:
11
- # ruby_version: ["3.4", "3.2"]
12
11
  ruby_version: [head, "3.4", "3.2"]
13
12
  runs-on: ubuntu-latest
14
13
 
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-4.0.0
1
+ ruby-4.0.2
data/Gemfile.lock CHANGED
@@ -1,36 +1,36 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- formie (1.1.6)
4
+ formie (1.1.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- action_text-trix (2.1.16)
9
+ action_text-trix (2.1.18)
10
10
  railties
11
- actioncable (8.1.1)
12
- actionpack (= 8.1.1)
13
- activesupport (= 8.1.1)
11
+ actioncable (8.1.3)
12
+ actionpack (= 8.1.3)
13
+ activesupport (= 8.1.3)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
16
  zeitwerk (~> 2.6)
17
- actionmailbox (8.1.1)
18
- actionpack (= 8.1.1)
19
- activejob (= 8.1.1)
20
- activerecord (= 8.1.1)
21
- activestorage (= 8.1.1)
22
- activesupport (= 8.1.1)
17
+ actionmailbox (8.1.3)
18
+ actionpack (= 8.1.3)
19
+ activejob (= 8.1.3)
20
+ activerecord (= 8.1.3)
21
+ activestorage (= 8.1.3)
22
+ activesupport (= 8.1.3)
23
23
  mail (>= 2.8.0)
24
- actionmailer (8.1.1)
25
- actionpack (= 8.1.1)
26
- actionview (= 8.1.1)
27
- activejob (= 8.1.1)
28
- activesupport (= 8.1.1)
24
+ actionmailer (8.1.3)
25
+ actionpack (= 8.1.3)
26
+ actionview (= 8.1.3)
27
+ activejob (= 8.1.3)
28
+ activesupport (= 8.1.3)
29
29
  mail (>= 2.8.0)
30
30
  rails-dom-testing (~> 2.2)
31
- actionpack (8.1.1)
32
- actionview (= 8.1.1)
33
- activesupport (= 8.1.1)
31
+ actionpack (8.1.3)
32
+ actionview (= 8.1.3)
33
+ activesupport (= 8.1.3)
34
34
  nokogiri (>= 1.8.5)
35
35
  rack (>= 2.2.4)
36
36
  rack-session (>= 1.0.1)
@@ -38,36 +38,36 @@ GEM
38
38
  rails-dom-testing (~> 2.2)
39
39
  rails-html-sanitizer (~> 1.6)
40
40
  useragent (~> 0.16)
41
- actiontext (8.1.1)
41
+ actiontext (8.1.3)
42
42
  action_text-trix (~> 2.1.15)
43
- actionpack (= 8.1.1)
44
- activerecord (= 8.1.1)
45
- activestorage (= 8.1.1)
46
- activesupport (= 8.1.1)
43
+ actionpack (= 8.1.3)
44
+ activerecord (= 8.1.3)
45
+ activestorage (= 8.1.3)
46
+ activesupport (= 8.1.3)
47
47
  globalid (>= 0.6.0)
48
48
  nokogiri (>= 1.8.5)
49
- actionview (8.1.1)
50
- activesupport (= 8.1.1)
49
+ actionview (8.1.3)
50
+ activesupport (= 8.1.3)
51
51
  builder (~> 3.1)
52
52
  erubi (~> 1.11)
53
53
  rails-dom-testing (~> 2.2)
54
54
  rails-html-sanitizer (~> 1.6)
55
- activejob (8.1.1)
56
- activesupport (= 8.1.1)
55
+ activejob (8.1.3)
56
+ activesupport (= 8.1.3)
57
57
  globalid (>= 0.3.6)
58
- activemodel (8.1.1)
59
- activesupport (= 8.1.1)
60
- activerecord (8.1.1)
61
- activemodel (= 8.1.1)
62
- activesupport (= 8.1.1)
58
+ activemodel (8.1.3)
59
+ activesupport (= 8.1.3)
60
+ activerecord (8.1.3)
61
+ activemodel (= 8.1.3)
62
+ activesupport (= 8.1.3)
63
63
  timeout (>= 0.4.0)
64
- activestorage (8.1.1)
65
- actionpack (= 8.1.1)
66
- activejob (= 8.1.1)
67
- activerecord (= 8.1.1)
68
- activesupport (= 8.1.1)
64
+ activestorage (8.1.3)
65
+ actionpack (= 8.1.3)
66
+ activejob (= 8.1.3)
67
+ activerecord (= 8.1.3)
68
+ activesupport (= 8.1.3)
69
69
  marcel (~> 1.0)
70
- activesupport (8.1.1)
70
+ activesupport (8.1.3)
71
71
  base64
72
72
  bigdecimal
73
73
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -80,15 +80,11 @@ GEM
80
80
  securerandom (>= 0.3)
81
81
  tzinfo (~> 2.0, >= 2.0.5)
82
82
  uri (>= 0.13.1)
83
- addressable (2.8.8)
83
+ addressable (2.8.9)
84
84
  public_suffix (>= 2.0.2, < 8.0)
85
- appraisal (2.5.0)
86
- bundler
87
- rake
88
- thor (>= 0.14.0)
89
85
  ast (2.4.3)
90
86
  base64 (0.3.0)
91
- bigdecimal (4.0.1)
87
+ bigdecimal (4.1.0)
92
88
  builder (3.3.0)
93
89
  capybara (3.40.0)
94
90
  addressable
@@ -113,33 +109,35 @@ GEM
113
109
  date (3.5.1)
114
110
  docile (1.4.1)
115
111
  drb (2.2.3)
116
- erb (6.0.1)
112
+ erb (6.0.2)
117
113
  erubi (1.13.1)
118
- ffi (1.17.3-aarch64-linux-gnu)
119
- ffi (1.17.3-aarch64-linux-musl)
120
- ffi (1.17.3-arm-linux-gnu)
121
- ffi (1.17.3-arm-linux-musl)
122
- ffi (1.17.3-arm64-darwin)
123
- ffi (1.17.3-x86_64-darwin)
124
- ffi (1.17.3-x86_64-linux-gnu)
125
- ffi (1.17.3-x86_64-linux-musl)
114
+ ffi (1.17.4-aarch64-linux-gnu)
115
+ ffi (1.17.4-aarch64-linux-musl)
116
+ ffi (1.17.4-arm-linux-gnu)
117
+ ffi (1.17.4-arm-linux-musl)
118
+ ffi (1.17.4-arm64-darwin)
119
+ ffi (1.17.4-x86_64-darwin)
120
+ ffi (1.17.4-x86_64-linux-gnu)
121
+ ffi (1.17.4-x86_64-linux-musl)
126
122
  globalid (1.3.0)
127
123
  activesupport (>= 6.1)
128
124
  i18n (1.14.8)
129
125
  concurrent-ruby (~> 1.0)
130
126
  io-console (0.8.2)
131
- irb (1.16.0)
127
+ irb (1.17.0)
132
128
  pp (>= 0.6.0)
129
+ prism (>= 1.3.0)
133
130
  rdoc (>= 4.0.0)
134
131
  reline (>= 0.4.2)
135
- json (2.18.0)
132
+ json (2.19.3)
136
133
  language_server-protocol (3.17.0.5)
137
134
  lint_roller (1.1.0)
138
- listen (3.9.0)
135
+ listen (3.10.0)
136
+ logger
139
137
  rb-fsevent (~> 0.10, >= 0.10.3)
140
138
  rb-inotify (~> 0.9, >= 0.9.10)
141
139
  logger (1.7.0)
142
- loofah (2.25.0)
140
+ loofah (2.25.1)
143
141
  crass (~> 1.0.2)
144
142
  nokogiri (>= 1.12.0)
145
143
  mail (2.9.0)
@@ -152,9 +150,10 @@ GEM
152
150
  matrix (0.4.3)
153
151
  micro-optparse (1.2.1)
154
152
  mini_mime (1.1.5)
155
- minitest (6.0.1)
153
+ minitest (6.0.3)
154
+ drb (~> 2.0)
156
155
  prism (~> 1.5)
157
- net-imap (0.6.2)
156
+ net-imap (0.6.3)
158
157
  date
159
158
  net-protocol
160
159
  net-pop (0.1.2)
@@ -164,36 +163,36 @@ GEM
164
163
  net-smtp (0.5.1)
165
164
  net-protocol
166
165
  nio4r (2.7.5)
167
- nokogiri (1.19.0-aarch64-linux-gnu)
166
+ nokogiri (1.19.2-aarch64-linux-gnu)
168
167
  racc (~> 1.4)
169
- nokogiri (1.19.0-aarch64-linux-musl)
168
+ nokogiri (1.19.2-aarch64-linux-musl)
170
169
  racc (~> 1.4)
171
- nokogiri (1.19.0-arm-linux-gnu)
170
+ nokogiri (1.19.2-arm-linux-gnu)
172
171
  racc (~> 1.4)
173
- nokogiri (1.19.0-arm-linux-musl)
172
+ nokogiri (1.19.2-arm-linux-musl)
174
173
  racc (~> 1.4)
175
- nokogiri (1.19.0-arm64-darwin)
174
+ nokogiri (1.19.2-arm64-darwin)
176
175
  racc (~> 1.4)
177
- nokogiri (1.19.0-x86_64-darwin)
176
+ nokogiri (1.19.2-x86_64-darwin)
178
177
  racc (~> 1.4)
179
- nokogiri (1.19.0-x86_64-linux-gnu)
178
+ nokogiri (1.19.2-x86_64-linux-gnu)
180
179
  racc (~> 1.4)
181
- nokogiri (1.19.0-x86_64-linux-musl)
180
+ nokogiri (1.19.2-x86_64-linux-musl)
182
181
  racc (~> 1.4)
183
- parallel (1.27.0)
184
- parser (3.3.10.0)
182
+ parallel (1.28.0)
183
+ parser (3.3.11.1)
185
184
  ast (~> 2.4.1)
186
185
  racc
187
186
  pp (0.6.3)
188
187
  prettyprint
189
188
  prettyprint (0.2.0)
190
- prism (1.7.0)
189
+ prism (1.9.0)
191
190
  psych (5.3.1)
192
191
  date
193
192
  stringio
194
- public_suffix (7.0.0)
193
+ public_suffix (7.0.5)
195
194
  racc (1.8.1)
196
- rack (3.2.4)
195
+ rack (3.2.6)
197
196
  rack-session (2.1.1)
198
197
  base64 (>= 0.1.0)
199
198
  rack (>= 3.0.0)
@@ -201,30 +200,30 @@ GEM
201
200
  rack (>= 1.3)
202
201
  rackup (2.3.1)
203
202
  rack (>= 3)
204
- rails (8.1.1)
205
- actioncable (= 8.1.1)
206
- actionmailbox (= 8.1.1)
207
- actionmailer (= 8.1.1)
208
- actionpack (= 8.1.1)
209
- actiontext (= 8.1.1)
210
- actionview (= 8.1.1)
211
- activejob (= 8.1.1)
212
- activemodel (= 8.1.1)
213
- activerecord (= 8.1.1)
214
- activestorage (= 8.1.1)
215
- activesupport (= 8.1.1)
203
+ rails (8.1.3)
204
+ actioncable (= 8.1.3)
205
+ actionmailbox (= 8.1.3)
206
+ actionmailer (= 8.1.3)
207
+ actionpack (= 8.1.3)
208
+ actiontext (= 8.1.3)
209
+ actionview (= 8.1.3)
210
+ activejob (= 8.1.3)
211
+ activemodel (= 8.1.3)
212
+ activerecord (= 8.1.3)
213
+ activestorage (= 8.1.3)
214
+ activesupport (= 8.1.3)
216
215
  bundler (>= 1.15.0)
217
- railties (= 8.1.1)
216
+ railties (= 8.1.3)
218
217
  rails-dom-testing (2.3.0)
219
218
  activesupport (>= 5.0.0)
220
219
  minitest
221
220
  nokogiri (>= 1.6)
222
- rails-html-sanitizer (1.6.2)
223
- loofah (~> 2.21)
221
+ rails-html-sanitizer (1.7.0)
222
+ loofah (~> 2.25)
224
223
  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)
225
- railties (8.1.1)
226
- actionpack (= 8.1.1)
227
- activesupport (= 8.1.1)
224
+ railties (8.1.3)
225
+ actionpack (= 8.1.3)
226
+ activesupport (= 8.1.3)
228
227
  irb (~> 1.13)
229
228
  rackup (>= 1.0.0)
230
229
  rake (>= 12.2)
@@ -236,7 +235,7 @@ GEM
236
235
  rb-fsevent (0.11.2)
237
236
  rb-inotify (0.11.1)
238
237
  ffi (~> 1.0)
239
- rdoc (7.0.3)
238
+ rdoc (7.2.0)
240
239
  erb
241
240
  psych (>= 4.0.0)
242
241
  tsort
@@ -244,7 +243,7 @@ GEM
244
243
  reline (0.6.3)
245
244
  io-console (~> 0.5)
246
245
  ricecream (0.2.1)
247
- rubocop (1.82.1)
246
+ rubocop (1.86.0)
248
247
  json (~> 2.3)
249
248
  language_server-protocol (~> 3.17.0.2)
250
249
  lint_roller (~> 1.1.0)
@@ -252,10 +251,10 @@ GEM
252
251
  parser (>= 3.3.0.2)
253
252
  rainbow (>= 2.2.2, < 4.0)
254
253
  regexp_parser (>= 2.9.3, < 3.0)
255
- rubocop-ast (>= 1.48.0, < 2.0)
254
+ rubocop-ast (>= 1.49.0, < 2.0)
256
255
  ruby-progressbar (~> 1.7)
257
256
  unicode-display_width (>= 2.4.0, < 4.0)
258
- rubocop-ast (1.49.0)
257
+ rubocop-ast (1.49.1)
259
258
  parser (>= 3.3.7.2)
260
259
  prism (~> 1.7)
261
260
  ruby-progressbar (1.13.0)
@@ -269,20 +268,20 @@ GEM
269
268
  slim (5.2.1)
270
269
  temple (~> 0.10.0)
271
270
  tilt (>= 2.1.0)
272
- spring (4.4.0)
273
- sqlite3 (2.9.0-aarch64-linux-gnu)
274
- sqlite3 (2.9.0-aarch64-linux-musl)
275
- sqlite3 (2.9.0-arm-linux-gnu)
276
- sqlite3 (2.9.0-arm-linux-musl)
277
- sqlite3 (2.9.0-arm64-darwin)
278
- sqlite3 (2.9.0-x86_64-darwin)
279
- sqlite3 (2.9.0-x86_64-linux-gnu)
280
- sqlite3 (2.9.0-x86_64-linux-musl)
271
+ spring (4.4.2)
272
+ sqlite3 (2.9.2-aarch64-linux-gnu)
273
+ sqlite3 (2.9.2-aarch64-linux-musl)
274
+ sqlite3 (2.9.2-arm-linux-gnu)
275
+ sqlite3 (2.9.2-arm-linux-musl)
276
+ sqlite3 (2.9.2-arm64-darwin)
277
+ sqlite3 (2.9.2-x86_64-darwin)
278
+ sqlite3 (2.9.2-x86_64-linux-gnu)
279
+ sqlite3 (2.9.2-x86_64-linux-musl)
281
280
  stringio (3.2.0)
282
281
  temple (0.10.4)
283
- thor (1.4.0)
284
- tilt (2.6.1)
285
- timeout (0.6.0)
282
+ thor (1.5.0)
283
+ tilt (2.7.0)
284
+ timeout (0.6.1)
286
285
  tsort (0.2.0)
287
286
  tzinfo (2.0.6)
288
287
  concurrent-ruby (~> 1.0)
@@ -297,7 +296,7 @@ GEM
297
296
  websocket-extensions (0.1.5)
298
297
  xpath (3.2.0)
299
298
  nokogiri (~> 1.8)
300
- zeitwerk (2.7.4)
299
+ zeitwerk (2.7.5)
301
300
 
302
301
  PLATFORMS
303
302
  aarch64-linux-gnu
@@ -310,7 +309,6 @@ PLATFORMS
310
309
  x86_64-linux-musl
311
310
 
312
311
  DEPENDENCIES
313
- appraisal
314
312
  capybara
315
313
  combustion
316
314
  cuco
@@ -325,23 +323,22 @@ DEPENDENCIES
325
323
  sqlite3
326
324
 
327
325
  CHECKSUMS
328
- action_text-trix (2.1.16) sha256=f645a2c21821b8449fd1d6770708f4031c91a2eedf9ef476e9be93c64e703a8a
329
- actioncable (8.1.1) sha256=7262307e9693f09b299e281590110ce4b6ba7e4e4cee6da4b9d987eaf56f9139
330
- actionmailbox (8.1.1) sha256=aa99703a9b2fa32c5a4a93bb21fef79e2935d8db4d1fd5ef0772847be5d43205
331
- actionmailer (8.1.1) sha256=45755d7d4561363490ae82b17a5919bdef4dfe3bb400831819947c3a1d82afdf
332
- actionpack (8.1.1) sha256=192e27c39a63c7d801ac7b6d50505f265e389516985eed9b2ee364896a6a06d7
333
- actiontext (8.1.1) sha256=fd8d8da1e6bc0b04ff72fccfd127e78431238a99a82e736c7b52727c576a7640
334
- actionview (8.1.1) sha256=ca480c8b099dea0862b0934f24182b84c2d29092e7dbf464fb3e6d4eb9b468dc
335
- activejob (8.1.1) sha256=94f438a9f3b5a6b130fef53d8313f869dbd379309e7d639891bda36b12509383
336
- activemodel (8.1.1) sha256=8b7e2496b9e333ced06248c16a43217b950192c98e0fe3aa117eee21501c6fbd
337
- activerecord (8.1.1) sha256=e32c3a03e364fd803498eb4150c21bedc995aa83bc27122a94d480ab1dcb3d17
338
- activestorage (8.1.1) sha256=bc01d8b4c55e309a0a2e218bfe502c382c9f232e28b1f4b0adc9d8719d2bf28d
339
- activesupport (8.1.1) sha256=5e92534e8d0c8b8b5e6b16789c69dbea65c1d7b752269f71a39422e9546cea67
340
- addressable (2.8.8) sha256=7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057
341
- appraisal (2.5.0) sha256=36989221be127913b0dba8d114da2001e6b2dceea7bd4951200eaba764eed3ce
326
+ action_text-trix (2.1.18) sha256=3fdb83f8bff4145d098be283cdd47ac41caf5110bfa6df4695ed7127d7fb3642
327
+ actioncable (8.1.3) sha256=e5bc7f75e44e6a22de29c4f43176927c3a9ce4824464b74ed18d8226e75a80f0
328
+ actionmailbox (8.1.3) sha256=df7da474eaa0e70df4ed5a6fef66eb3b3b0f2dbf7f14518deee8d77f1b4aae59
329
+ actionmailer (8.1.3) sha256=831f724891bb70d0aaa4d76581a6321124b6a752cb655c9346aae5479318448d
330
+ actionpack (8.1.3) sha256=af998cae4d47c5d581a2cc363b5c77eb718b7c4b45748d81b1887b25621c29a3
331
+ actiontext (8.1.3) sha256=d291019c00e1ea9e6463011fa214f6081a56d7b9a1d224e7d3f6384c1dafc7d2
332
+ actionview (8.1.3) sha256=1347c88c7f3edb38100c5ce0e9fb5e62d7755f3edc1b61cce2eb0b2c6ea2fd5d
333
+ activejob (8.1.3) sha256=a149b1766aa8204c3c3da7309e4becd40fcd5529c348cffbf6c9b16b565fe8d3
334
+ activemodel (8.1.3) sha256=90c05cbe4cef3649b8f79f13016191ea94c4525ce4a5c0fb7ef909c4b91c8219
335
+ activerecord (8.1.3) sha256=8003be7b2466ba0a2a670e603eeb0a61dd66058fccecfc49901e775260ac70ab
336
+ activestorage (8.1.3) sha256=0564ce9309143951a67615e1bb4e090ee54b8befed417133cae614479b46384d
337
+ activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
338
+ addressable (2.8.9) sha256=cc154fcbe689711808a43601dee7b980238ce54368d23e127421753e46895485
342
339
  ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
343
340
  base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
344
- bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
341
+ bigdecimal (4.1.0) sha256=6dc07767aa3dc456ccd48e7ae70a07b474e9afd7c5bc576f80bd6da5c8dd6cae
345
342
  builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
346
343
  capybara (3.40.0) sha256=42dba720578ea1ca65fd7a41d163dd368502c191804558f6e0f71b391054aeef
347
344
  combustion (1.5.0) sha256=5e68cc8c2090ee06196a03e748276d1d63d4f63ed189888a23e1daa4fb79359a
@@ -352,92 +349,92 @@ CHECKSUMS
352
349
  date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
353
350
  docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
354
351
  drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
355
- erb (6.0.1) sha256=28ecdd99c5472aebd5674d6061e3c6b0a45c049578b071e5a52c2a7f13c197e5
352
+ erb (6.0.2) sha256=9fe6264d44f79422c87490a1558479bd0e7dad4dd0e317656e67ea3077b5242b
356
353
  erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
357
- ffi (1.17.3-aarch64-linux-gnu) sha256=28ad573df26560f0aedd8a90c3371279a0b2bd0b4e834b16a2baa10bd7a97068
358
- ffi (1.17.3-aarch64-linux-musl) sha256=020b33b76775b1abacc3b7d86b287cef3251f66d747092deec592c7f5df764b2
359
- ffi (1.17.3-arm-linux-gnu) sha256=5bd4cea83b68b5ec0037f99c57d5ce2dd5aa438f35decc5ef68a7d085c785668
360
- ffi (1.17.3-arm-linux-musl) sha256=0d7626bb96265f9af78afa33e267d71cfef9d9a8eb8f5525344f8da6c7d76053
361
- ffi (1.17.3-arm64-darwin) sha256=0c690555d4cee17a7f07c04d59df39b2fba74ec440b19da1f685c6579bb0717f
362
- ffi (1.17.3-x86_64-darwin) sha256=1f211811eb5cfaa25998322cdd92ab104bfbd26d1c4c08471599c511f2c00bb5
363
- ffi (1.17.3-x86_64-linux-gnu) sha256=3746b01f677aae7b16dc1acb7cb3cc17b3e35bdae7676a3f568153fb0e2c887f
364
- ffi (1.17.3-x86_64-linux-musl) sha256=086b221c3a68320b7564066f46fed23449a44f7a1935f1fe5a245bd89d9aea56
365
- formie (1.1.6)
354
+ ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df
355
+ ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39
356
+ ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564
357
+ ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95
358
+ ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
359
+ ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496
360
+ ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
361
+ ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
362
+ formie (1.1.7)
366
363
  globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
367
364
  i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
368
365
  io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
369
- irb (1.16.0) sha256=2abe56c9ac947cdcb2f150572904ba798c1e93c890c256f8429981a7675b0806
370
- json (2.18.0) sha256=b10506aee4183f5cf49e0efc48073d7b75843ce3782c68dbeb763351c08fd505
366
+ irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
367
+ json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
371
368
  language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
372
369
  lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
373
- listen (3.9.0) sha256=db9e4424e0e5834480385197c139cb6b0ae0ef28cc13310cfd1ca78377d59c67
370
+ listen (3.10.0) sha256=c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2
374
371
  logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
375
- loofah (2.25.0) sha256=df5ed7ac3bac6a4ec802df3877ee5cc86d027299f8952e6243b3dac446b060e6
372
+ loofah (2.25.1) sha256=d436c73dbd0c1147b16c4a41db097942d217303e1f7728704b37e4df9f6d2e04
376
373
  mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
377
374
  marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
378
375
  matrix (0.4.3) sha256=a0d5ab7ddcc1973ff690ab361b67f359acbb16958d1dc072b8b956a286564c5b
379
376
  micro-optparse (1.2.1) sha256=b9cc0e2b4987776ca78dcbf59ce72c2bf6fd805fe56a0f4a94f9a2b0c68044e4
380
377
  mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
381
- minitest (6.0.1) sha256=7854c74f48e2e975969062833adc4013f249a4b212f5e7b9d5c040bf838d54bb
382
- net-imap (0.6.2) sha256=08caacad486853c61676cca0c0c47df93db02abc4a8239a8b67eb0981428acc6
378
+ minitest (6.0.3) sha256=88ac8a1de36c00692420e7cb3cc11a0773bbcb126aee1c249f320160a7d11411
379
+ net-imap (0.6.3) sha256=9bab75f876596d09ee7bf911a291da478e0cd6badc54dfb82874855ccc82f2ad
383
380
  net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
384
381
  net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
385
382
  net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
386
383
  nio4r (2.7.5) sha256=6c90168e48fb5f8e768419c93abb94ba2b892a1d0602cb06eef16d8b7df1dca1
387
- nokogiri (1.19.0-aarch64-linux-gnu) sha256=11a97ecc3c0e7e5edcf395720b10860ef493b768f6aa80c539573530bc933767
388
- nokogiri (1.19.0-aarch64-linux-musl) sha256=eb70507f5e01bc23dad9b8dbec2b36ad0e61d227b42d292835020ff754fb7ba9
389
- nokogiri (1.19.0-arm-linux-gnu) sha256=572a259026b2c8b7c161fdb6469fa2d0edd2b61cd599db4bbda93289abefbfe5
390
- nokogiri (1.19.0-arm-linux-musl) sha256=23ed90922f1a38aed555d3de4d058e90850c731c5b756d191b3dc8055948e73c
391
- nokogiri (1.19.0-arm64-darwin) sha256=0811dfd936d5f6dd3f6d32ef790568bf29b2b7bead9ba68866847b33c9cf5810
392
- nokogiri (1.19.0-x86_64-darwin) sha256=1dad56220b603a8edb9750cd95798bffa2b8dd9dd9aa47f664009ee5b43e3067
393
- nokogiri (1.19.0-x86_64-linux-gnu) sha256=f482b95c713d60031d48c44ce14562f8d2ce31e3a9e8dd0ccb131e9e5a68b58c
394
- nokogiri (1.19.0-x86_64-linux-musl) sha256=1c4ca6b381622420073ce6043443af1d321e8ed93cc18b08e2666e5bd02ffae4
395
- parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
396
- parser (3.3.10.0) sha256=ce3587fa5cc55a88c4ba5b2b37621b3329aadf5728f9eafa36bbd121462aabd6
384
+ nokogiri (1.19.2-aarch64-linux-gnu) sha256=c34d5c8208025587554608e98fd88ab125b29c80f9352b821964e9a5d5cfbd19
385
+ nokogiri (1.19.2-aarch64-linux-musl) sha256=7f6b4b0202d507326841a4f790294bf75098aef50c7173443812e3ac5cb06515
386
+ nokogiri (1.19.2-arm-linux-gnu) sha256=b7fa1139016f3dc850bda1260988f0d749934a939d04ef2da13bec060d7d5081
387
+ nokogiri (1.19.2-arm-linux-musl) sha256=61114d44f6742ff72194a1b3020967201e2eb982814778d130f6471c11f9828c
388
+ nokogiri (1.19.2-arm64-darwin) sha256=58d8ea2e31a967b843b70487a44c14c8ba1866daa1b9da9be9dbdf1b43dee205
389
+ nokogiri (1.19.2-x86_64-darwin) sha256=7d9af11fda72dfaa2961d8c4d5380ca0b51bc389dc5f8d4b859b9644f195e7a4
390
+ nokogiri (1.19.2-x86_64-linux-gnu) sha256=fa8feca882b73e871a9845f3817a72e9734c8e974bdc4fbad6e4bc6e8076b94f
391
+ nokogiri (1.19.2-x86_64-linux-musl) sha256=93128448e61a9383a30baef041bf1f5817e22f297a1d400521e90294445069a8
392
+ parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970
393
+ parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
397
394
  pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
398
395
  prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
399
- prism (1.7.0) sha256=10062f734bf7985c8424c44fac382ac04a58124ea3d220ec3ba9fe4f2da65103
396
+ prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
400
397
  psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
401
- public_suffix (7.0.0) sha256=f7090b5beb0e56f9f10d79eed4d5fbe551b3b425da65877e075dad47a6a1b095
398
+ public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
402
399
  racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
403
- rack (3.2.4) sha256=5d74b6f75082a643f43c1e76b419c40f0e5527fcfee1e669ac1e6b73c0ccb6f6
400
+ rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
404
401
  rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
405
402
  rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
406
403
  rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
407
- rails (8.1.1) sha256=877509b7aef309239978685883097d2c03e21383a50a3f78882cf9b3b5c136f7
404
+ rails (8.1.3) sha256=6d017ba5348c98fc909753a8169b21d44de14d2a0b92d140d1a966834c3c9cd3
408
405
  rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
409
- rails-html-sanitizer (1.6.2) sha256=35fce2ca8242da8775c83b6ba9c1bcaad6751d9eb73c1abaa8403475ab89a560
410
- railties (8.1.1) sha256=fb0c7038b147bea41bf6697fa443ff1c5c47d3bb1eedd9ecf1bceeb90efcb868
406
+ rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
407
+ railties (8.1.3) sha256=913eb0e0cb520aac687ffd74916bd726d48fa21f47833c6292576ef6a286de22
411
408
  rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
412
409
  rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
413
410
  rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
414
411
  rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
415
- rdoc (7.0.3) sha256=dfe3d0981d19b7bba71d9dbaeb57c9f4e3a7a4103162148a559c4fc687ea81f9
412
+ rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
416
413
  regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
417
414
  reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
418
415
  ricecream (0.2.1) sha256=d32d7781d554d1e1ec44325cabeb22f604a74c563c08d2cfe82f4e2e2bb3ac93
419
- rubocop (1.82.1) sha256=09f1a6a654a960eda767aebea33e47603080f8e9c9a3f019bf9b94c9cab5e273
420
- rubocop-ast (1.49.0) sha256=49c3676d3123a0923d333e20c6c2dbaaae2d2287b475273fddee0c61da9f71fd
416
+ rubocop (1.86.0) sha256=4ff1186fe16ebe9baff5e7aad66bb0ad4cabf5cdcd419f773146dbba2565d186
417
+ rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
421
418
  ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
422
419
  securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
423
420
  simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
424
421
  simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
425
422
  simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
426
423
  slim (5.2.1) sha256=72351dff7e2ff20e2d5c393cfc385bb9142cef5db059141628fd7163ac3c13e7
427
- spring (4.4.0) sha256=ec4e6cf5fb48d96b9ec9a80ebb40f962f2467b651c000693f33c14b6d6c340af
428
- sqlite3 (2.9.0-aarch64-linux-gnu) sha256=cfe1e0216f46d7483839719bf827129151e6c680317b99d7b8fc1597a3e13473
429
- sqlite3 (2.9.0-aarch64-linux-musl) sha256=56a35cb2d70779afc2ac191baf2c2148242285ecfed72f9b021218c5c4917913
430
- sqlite3 (2.9.0-arm-linux-gnu) sha256=a19a21504b0d7c8c825fbbf37b358ae316b6bd0d0134c619874060b2eef05435
431
- sqlite3 (2.9.0-arm-linux-musl) sha256=fca5b26197c70e3363115d3faaea34d7b2ad9c7f5fa8d8312e31b64e7556ee07
432
- sqlite3 (2.9.0-arm64-darwin) sha256=a917bd9b84285766ff3300b7d79cd583f5a067594c8c1263e6441618c04a6ed3
433
- sqlite3 (2.9.0-x86_64-darwin) sha256=59fe51baa3cb33c36d27ce78b4ed9360cd33ccca09498c2ae63850c97c0a6026
434
- sqlite3 (2.9.0-x86_64-linux-gnu) sha256=72fff9bd750070ba3af695511ba5f0e0a2d8a9206f84869640b3e99dfaf3d5a5
435
- sqlite3 (2.9.0-x86_64-linux-musl) sha256=ef716ba7a66d7deb1ccc402ac3a6d7343da17fac862793b7f0be3d2917253c90
424
+ spring (4.4.2) sha256=22f61bacd8dc8595cedcdc738de46d7fc18be4d7a770986760344c924f485ce7
425
+ sqlite3 (2.9.2-aarch64-linux-gnu) sha256=eeb86db55645b85327ba75129e3614658d974bf4da8fdc87018a0d42c59f6e42
426
+ sqlite3 (2.9.2-aarch64-linux-musl) sha256=4feff91fb8c2b13688da34b5627c9d1ed9cedb3ee87a7114ec82209147f07a6d
427
+ sqlite3 (2.9.2-arm-linux-gnu) sha256=1ee2eb06b5301aaf5ce343a6e88d99ac932d95202d7b350f0e7b6d8d588580d7
428
+ sqlite3 (2.9.2-arm-linux-musl) sha256=8ca0de6aceede968de0394e22e95d549834c4d8e318f69a92a52f049878a0057
429
+ sqlite3 (2.9.2-arm64-darwin) sha256=d15bd9609a05f9d54930babe039585efc8cadd57517c15b64ec7dfa75158a5e9
430
+ sqlite3 (2.9.2-x86_64-darwin) sha256=ed691b5021674d72582d03c5a38e89634b961902735fb6225273892805421d13
431
+ sqlite3 (2.9.2-x86_64-linux-gnu) sha256=dce83ffcb7e72f9f7aeb6e5404f15d277a45332fe18ccce8a8b3ed51e8d23aee
432
+ sqlite3 (2.9.2-x86_64-linux-musl) sha256=e8dd906a613f13b60f6d47ae9dda376384d9de1ab3f7e3f2fdf2fd18a871a2d7
436
433
  stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
437
434
  temple (0.10.4) sha256=b7a1e94b6f09038ab0b6e4fe0126996055da2c38bec53a8a336f075748fff72c
438
- thor (1.4.0) sha256=8763e822ccb0f1d7bee88cde131b19a65606657b847cc7b7b4b82e772bcd8a3d
439
- tilt (2.6.1) sha256=35a99bba2adf7c1e362f5b48f9b581cce4edfba98117e34696dde6d308d84770
440
- timeout (0.6.0) sha256=6d722ad619f96ee383a0c557ec6eb8c4ecb08af3af62098a0be5057bf00de1af
435
+ thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
436
+ tilt (2.7.0) sha256=0d5b9ba69f6a36490c64b0eee9f6e9aad517e20dcc848800a06eb116f08c6ab3
437
+ timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
441
438
  tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
442
439
  tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
443
440
  unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
@@ -447,7 +444,7 @@ CHECKSUMS
447
444
  websocket-driver (0.8.0) sha256=ed0dba4b943c22f17f9a734817e808bc84cdce6a7e22045f5315aa57676d4962
448
445
  websocket-extensions (0.1.5) sha256=1c6ba63092cda343eb53fc657110c71c754c56484aad42578495227d717a8241
449
446
  xpath (3.2.0) sha256=6dfda79d91bb3b949b947ecc5919f042ef2f399b904013eb3ef6d20dd3a4082e
450
- zeitwerk (2.7.4) sha256=2bef90f356bdafe9a6c2bd32bcd804f83a4f9b8bc27f3600fff051eb3edcec8b
447
+ zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd
451
448
 
452
449
  BUNDLED WITH
453
- 4.0.3
450
+ 4.0.6
data/Rakefile CHANGED
@@ -5,7 +5,6 @@ Rake::TestTask.new do |t|
5
5
  t.libs << "lib"
6
6
  t.libs << "test"
7
7
  t.pattern = "test/**/*_test.rb"
8
- t.verbose = false
9
8
  end
10
9
 
11
10
  task default: :test
data/formie.gemspec CHANGED
@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
22
22
  s.require_paths = ["lib"]
23
23
  s.required_ruby_version = ">= 3"
24
24
 
25
- s.add_development_dependency "appraisal"
26
25
  s.add_development_dependency "combustion"
27
26
  s.add_development_dependency "minitest"
28
27
  end
@@ -1,7 +1,8 @@
1
1
  # rubocop: disable all
2
2
 
3
3
  module Formie
4
- VERSION = "1.1.6" # 2026-01-02
4
+ VERSION = "1.1.7" # 2026-04-03
5
+ # VERSION = "1.1.6" # 2026-01-02
5
6
  # VERSION = "1.1.5" # 2025-06-19
6
7
  # VERSION = "1.1.4" # 2024-12-24
7
8
  # VERSION = "1.1.3" # 2024-10-20
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -9,20 +9,6 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
- - !ruby/object:Gem::Dependency
13
- name: appraisal
14
- requirement: !ruby/object:Gem::Requirement
15
- requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: '0'
19
- type: :development
20
- prerelease: false
21
- version_requirements: !ruby/object:Gem::Requirement
22
- requirements:
23
- - - ">="
24
- - !ruby/object:Gem::Version
25
- version: '0'
26
12
  - !ruby/object:Gem::Dependency
27
13
  name: combustion
28
14
  requirement: !ruby/object:Gem::Requirement
@@ -126,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
112
  - !ruby/object:Gem::Version
127
113
  version: '0'
128
114
  requirements: []
129
- rubygems_version: 4.0.3
115
+ rubygems_version: 4.0.6
130
116
  specification_version: 4
131
117
  summary: Formie is like a Rails helper, but uses the notation of a partial.
132
118
  test_files: []