|
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
4 | | - actioncable (7.2.0) |
5 | | - actionpack (= 7.2.0) |
6 | | - activesupport (= 7.2.0) |
| 4 | + actioncable (7.2.1) |
| 5 | + actionpack (= 7.2.1) |
| 6 | + activesupport (= 7.2.1) |
7 | 7 | nio4r (~> 2.0) |
8 | 8 | websocket-driver (>= 0.6.1) |
9 | 9 | zeitwerk (~> 2.6) |
10 | | - actionmailbox (7.2.0) |
11 | | - actionpack (= 7.2.0) |
12 | | - activejob (= 7.2.0) |
13 | | - activerecord (= 7.2.0) |
14 | | - activestorage (= 7.2.0) |
15 | | - activesupport (= 7.2.0) |
| 10 | + actionmailbox (7.2.1) |
| 11 | + actionpack (= 7.2.1) |
| 12 | + activejob (= 7.2.1) |
| 13 | + activerecord (= 7.2.1) |
| 14 | + activestorage (= 7.2.1) |
| 15 | + activesupport (= 7.2.1) |
16 | 16 | mail (>= 2.8.0) |
17 | | - actionmailer (7.2.0) |
18 | | - actionpack (= 7.2.0) |
19 | | - actionview (= 7.2.0) |
20 | | - activejob (= 7.2.0) |
21 | | - activesupport (= 7.2.0) |
| 17 | + actionmailer (7.2.1) |
| 18 | + actionpack (= 7.2.1) |
| 19 | + actionview (= 7.2.1) |
| 20 | + activejob (= 7.2.1) |
| 21 | + activesupport (= 7.2.1) |
22 | 22 | mail (>= 2.8.0) |
23 | 23 | rails-dom-testing (~> 2.2) |
24 | | - actionpack (7.2.0) |
25 | | - actionview (= 7.2.0) |
26 | | - activesupport (= 7.2.0) |
| 24 | + actionpack (7.2.1) |
| 25 | + actionview (= 7.2.1) |
| 26 | + activesupport (= 7.2.1) |
27 | 27 | nokogiri (>= 1.8.5) |
28 | 28 | racc |
29 | 29 | rack (>= 2.2.4, < 3.2) |
|
32 | 32 | rails-dom-testing (~> 2.2) |
33 | 33 | rails-html-sanitizer (~> 1.6) |
34 | 34 | useragent (~> 0.16) |
35 | | - actiontext (7.2.0) |
36 | | - actionpack (= 7.2.0) |
37 | | - activerecord (= 7.2.0) |
38 | | - activestorage (= 7.2.0) |
39 | | - activesupport (= 7.2.0) |
| 35 | + actiontext (7.2.1) |
| 36 | + actionpack (= 7.2.1) |
| 37 | + activerecord (= 7.2.1) |
| 38 | + activestorage (= 7.2.1) |
| 39 | + activesupport (= 7.2.1) |
40 | 40 | globalid (>= 0.6.0) |
41 | 41 | nokogiri (>= 1.8.5) |
42 | | - actionview (7.2.0) |
43 | | - activesupport (= 7.2.0) |
| 42 | + actionview (7.2.1) |
| 43 | + activesupport (= 7.2.1) |
44 | 44 | builder (~> 3.1) |
45 | 45 | erubi (~> 1.11) |
46 | 46 | rails-dom-testing (~> 2.2) |
47 | 47 | rails-html-sanitizer (~> 1.6) |
48 | | - activejob (7.2.0) |
49 | | - activesupport (= 7.2.0) |
| 48 | + activejob (7.2.1) |
| 49 | + activesupport (= 7.2.1) |
50 | 50 | globalid (>= 0.3.6) |
51 | | - activemodel (7.2.0) |
52 | | - activesupport (= 7.2.0) |
53 | | - activerecord (7.2.0) |
54 | | - activemodel (= 7.2.0) |
55 | | - activesupport (= 7.2.0) |
| 51 | + activemodel (7.2.1) |
| 52 | + activesupport (= 7.2.1) |
| 53 | + activerecord (7.2.1) |
| 54 | + activemodel (= 7.2.1) |
| 55 | + activesupport (= 7.2.1) |
56 | 56 | timeout (>= 0.4.0) |
57 | 57 | activerecord-enhancedsqlite3-adapter (0.8.0) |
58 | 58 | activerecord (>= 7.1) |
59 | 59 | sqlite3 (>= 1.6) |
60 | | - activestorage (7.2.0) |
61 | | - actionpack (= 7.2.0) |
62 | | - activejob (= 7.2.0) |
63 | | - activerecord (= 7.2.0) |
64 | | - activesupport (= 7.2.0) |
| 60 | + activestorage (7.2.1) |
| 61 | + actionpack (= 7.2.1) |
| 62 | + activejob (= 7.2.1) |
| 63 | + activerecord (= 7.2.1) |
| 64 | + activesupport (= 7.2.1) |
65 | 65 | marcel (~> 1.0) |
66 | | - activesupport (7.2.0) |
| 66 | + activesupport (7.2.1) |
67 | 67 | base64 |
68 | 68 | bigdecimal |
69 | 69 | concurrent-ruby (~> 1.0, >= 1.3.1) |
@@ -282,30 +282,30 @@ GEM |
282 | 282 | rackup (2.1.0) |
283 | 283 | rack (>= 3) |
284 | 284 | webrick (~> 1.8) |
285 | | - rails (7.2.0) |
286 | | - actioncable (= 7.2.0) |
287 | | - actionmailbox (= 7.2.0) |
288 | | - actionmailer (= 7.2.0) |
289 | | - actionpack (= 7.2.0) |
290 | | - actiontext (= 7.2.0) |
291 | | - actionview (= 7.2.0) |
292 | | - activejob (= 7.2.0) |
293 | | - activemodel (= 7.2.0) |
294 | | - activerecord (= 7.2.0) |
295 | | - activestorage (= 7.2.0) |
296 | | - activesupport (= 7.2.0) |
| 285 | + rails (7.2.1) |
| 286 | + actioncable (= 7.2.1) |
| 287 | + actionmailbox (= 7.2.1) |
| 288 | + actionmailer (= 7.2.1) |
| 289 | + actionpack (= 7.2.1) |
| 290 | + actiontext (= 7.2.1) |
| 291 | + actionview (= 7.2.1) |
| 292 | + activejob (= 7.2.1) |
| 293 | + activemodel (= 7.2.1) |
| 294 | + activerecord (= 7.2.1) |
| 295 | + activestorage (= 7.2.1) |
| 296 | + activesupport (= 7.2.1) |
297 | 297 | bundler (>= 1.15.0) |
298 | | - railties (= 7.2.0) |
| 298 | + railties (= 7.2.1) |
299 | 299 | rails-dom-testing (2.2.0) |
300 | 300 | activesupport (>= 5.0.0) |
301 | 301 | minitest |
302 | 302 | nokogiri (>= 1.6) |
303 | 303 | rails-html-sanitizer (1.6.0) |
304 | 304 | loofah (~> 2.21) |
305 | 305 | nokogiri (~> 1.14) |
306 | | - railties (7.2.0) |
307 | | - actionpack (= 7.2.0) |
308 | | - activesupport (= 7.2.0) |
| 306 | + railties (7.2.1) |
| 307 | + actionpack (= 7.2.1) |
| 308 | + activesupport (= 7.2.1) |
309 | 309 | irb (~> 1.13) |
310 | 310 | rackup (>= 1.0.0) |
311 | 311 | rake (>= 12.2) |
|
382 | 382 | activerecord (~> 7.0) |
383 | 383 | activesupport (~> 7.0) |
384 | 384 | railties (~> 7.0) |
385 | | - solid_queue (0.5.0) |
| 385 | + solid_queue (0.6.0) |
386 | 386 | activejob (>= 7.1) |
387 | 387 | activerecord (>= 7.1) |
388 | 388 | concurrent-ruby (>= 1.3.1) |
|
0 commit comments