|
1 | 1 | GEM
|
2 | 2 | remote: https://rubygems.org/
|
3 | 3 | specs:
|
4 |
| - actioncable (8.0.1) |
5 |
| - actionpack (= 8.0.1) |
6 |
| - activesupport (= 8.0.1) |
| 4 | + actioncable (8.0.2) |
| 5 | + actionpack (= 8.0.2) |
| 6 | + activesupport (= 8.0.2) |
7 | 7 | nio4r (~> 2.0)
|
8 | 8 | websocket-driver (>= 0.6.1)
|
9 | 9 | zeitwerk (~> 2.6)
|
10 |
| - actionmailbox (8.0.1) |
11 |
| - actionpack (= 8.0.1) |
12 |
| - activejob (= 8.0.1) |
13 |
| - activerecord (= 8.0.1) |
14 |
| - activestorage (= 8.0.1) |
15 |
| - activesupport (= 8.0.1) |
| 10 | + actionmailbox (8.0.2) |
| 11 | + actionpack (= 8.0.2) |
| 12 | + activejob (= 8.0.2) |
| 13 | + activerecord (= 8.0.2) |
| 14 | + activestorage (= 8.0.2) |
| 15 | + activesupport (= 8.0.2) |
16 | 16 | mail (>= 2.8.0)
|
17 |
| - actionmailer (8.0.1) |
18 |
| - actionpack (= 8.0.1) |
19 |
| - actionview (= 8.0.1) |
20 |
| - activejob (= 8.0.1) |
21 |
| - activesupport (= 8.0.1) |
| 17 | + actionmailer (8.0.2) |
| 18 | + actionpack (= 8.0.2) |
| 19 | + actionview (= 8.0.2) |
| 20 | + activejob (= 8.0.2) |
| 21 | + activesupport (= 8.0.2) |
22 | 22 | mail (>= 2.8.0)
|
23 | 23 | rails-dom-testing (~> 2.2)
|
24 |
| - actionpack (8.0.1) |
25 |
| - actionview (= 8.0.1) |
26 |
| - activesupport (= 8.0.1) |
| 24 | + actionpack (8.0.2) |
| 25 | + actionview (= 8.0.2) |
| 26 | + activesupport (= 8.0.2) |
27 | 27 | nokogiri (>= 1.8.5)
|
28 | 28 | rack (>= 2.2.4)
|
29 | 29 | rack-session (>= 1.0.1)
|
|
33 | 33 | useragent (~> 0.16)
|
34 | 34 | actionpack-page_caching (1.2.4)
|
35 | 35 | actionpack (>= 4.0.0)
|
36 |
| - actiontext (8.0.1) |
37 |
| - actionpack (= 8.0.1) |
38 |
| - activerecord (= 8.0.1) |
39 |
| - activestorage (= 8.0.1) |
40 |
| - activesupport (= 8.0.1) |
| 36 | + actiontext (8.0.2) |
| 37 | + actionpack (= 8.0.2) |
| 38 | + activerecord (= 8.0.2) |
| 39 | + activestorage (= 8.0.2) |
| 40 | + activesupport (= 8.0.2) |
41 | 41 | globalid (>= 0.6.0)
|
42 | 42 | nokogiri (>= 1.8.5)
|
43 |
| - actionview (8.0.1) |
44 |
| - activesupport (= 8.0.1) |
| 43 | + actionview (8.0.2) |
| 44 | + activesupport (= 8.0.2) |
45 | 45 | builder (~> 3.1)
|
46 | 46 | erubi (~> 1.11)
|
47 | 47 | rails-dom-testing (~> 2.2)
|
48 | 48 | rails-html-sanitizer (~> 1.6)
|
49 |
| - activejob (8.0.1) |
50 |
| - activesupport (= 8.0.1) |
| 49 | + activejob (8.0.2) |
| 50 | + activesupport (= 8.0.2) |
51 | 51 | globalid (>= 0.3.6)
|
52 |
| - activemodel (8.0.1) |
53 |
| - activesupport (= 8.0.1) |
54 |
| - activerecord (8.0.1) |
55 |
| - activemodel (= 8.0.1) |
56 |
| - activesupport (= 8.0.1) |
| 52 | + activemodel (8.0.2) |
| 53 | + activesupport (= 8.0.2) |
| 54 | + activerecord (8.0.2) |
| 55 | + activemodel (= 8.0.2) |
| 56 | + activesupport (= 8.0.2) |
57 | 57 | timeout (>= 0.4.0)
|
58 |
| - activestorage (8.0.1) |
59 |
| - actionpack (= 8.0.1) |
60 |
| - activejob (= 8.0.1) |
61 |
| - activerecord (= 8.0.1) |
62 |
| - activesupport (= 8.0.1) |
| 58 | + activestorage (8.0.2) |
| 59 | + actionpack (= 8.0.2) |
| 60 | + activejob (= 8.0.2) |
| 61 | + activerecord (= 8.0.2) |
| 62 | + activesupport (= 8.0.2) |
63 | 63 | marcel (~> 1.0)
|
64 |
| - activesupport (8.0.1) |
| 64 | + activesupport (8.0.2) |
65 | 65 | base64
|
66 | 66 | benchmark (>= 0.3)
|
67 | 67 | bigdecimal
|
@@ -472,30 +472,30 @@ GEM
|
472 | 472 | rack (>= 1.0, < 4.0)
|
473 | 473 | rackup (2.2.1)
|
474 | 474 | rack (>= 3)
|
475 |
| - rails (8.0.1) |
476 |
| - actioncable (= 8.0.1) |
477 |
| - actionmailbox (= 8.0.1) |
478 |
| - actionmailer (= 8.0.1) |
479 |
| - actionpack (= 8.0.1) |
480 |
| - actiontext (= 8.0.1) |
481 |
| - actionview (= 8.0.1) |
482 |
| - activejob (= 8.0.1) |
483 |
| - activemodel (= 8.0.1) |
484 |
| - activerecord (= 8.0.1) |
485 |
| - activestorage (= 8.0.1) |
486 |
| - activesupport (= 8.0.1) |
| 475 | + rails (8.0.2) |
| 476 | + actioncable (= 8.0.2) |
| 477 | + actionmailbox (= 8.0.2) |
| 478 | + actionmailer (= 8.0.2) |
| 479 | + actionpack (= 8.0.2) |
| 480 | + actiontext (= 8.0.2) |
| 481 | + actionview (= 8.0.2) |
| 482 | + activejob (= 8.0.2) |
| 483 | + activemodel (= 8.0.2) |
| 484 | + activerecord (= 8.0.2) |
| 485 | + activestorage (= 8.0.2) |
| 486 | + activesupport (= 8.0.2) |
487 | 487 | bundler (>= 1.15.0)
|
488 |
| - railties (= 8.0.1) |
| 488 | + railties (= 8.0.2) |
489 | 489 | rails-dom-testing (2.2.0)
|
490 | 490 | activesupport (>= 5.0.0)
|
491 | 491 | minitest
|
492 | 492 | nokogiri (>= 1.6)
|
493 | 493 | rails-html-sanitizer (1.6.2)
|
494 | 494 | loofah (~> 2.21)
|
495 | 495 | 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)
|
496 |
| - railties (8.0.1) |
497 |
| - actionpack (= 8.0.1) |
498 |
| - activesupport (= 8.0.1) |
| 496 | + railties (8.0.2) |
| 497 | + actionpack (= 8.0.2) |
| 498 | + activesupport (= 8.0.2) |
499 | 499 | irb (~> 1.13)
|
500 | 500 | rackup (>= 1.0.0)
|
501 | 501 | rake (>= 12.2)
|
@@ -642,7 +642,7 @@ DEPENDENCIES
|
642 | 642 | plek
|
643 | 643 | pry
|
644 | 644 | rack-utf8_sanitizer
|
645 |
| - rails (= 8.0.1) |
| 645 | + rails (= 8.0.2) |
646 | 646 | redis
|
647 | 647 | rubocop-govuk
|
648 | 648 | shoulda-context
|
|
0 commit comments