|
7 | 7 | GEM
|
8 | 8 | remote: https://rubygems.org/
|
9 | 9 | specs:
|
10 |
| - actionmailer (6.1.4.1) |
11 |
| - actionpack (= 6.1.4.1) |
12 |
| - actionview (= 6.1.4.1) |
13 |
| - activejob (= 6.1.4.1) |
14 |
| - activesupport (= 6.1.4.1) |
| 10 | + actionmailer (7.0.4.2) |
| 11 | + actionpack (= 7.0.4.2) |
| 12 | + actionview (= 7.0.4.2) |
| 13 | + activejob (= 7.0.4.2) |
| 14 | + activesupport (= 7.0.4.2) |
15 | 15 | mail (~> 2.5, >= 2.5.4)
|
| 16 | + net-imap |
| 17 | + net-pop |
| 18 | + net-smtp |
16 | 19 | rails-dom-testing (~> 2.0)
|
17 |
| - actionpack (6.1.4.1) |
18 |
| - actionview (= 6.1.4.1) |
19 |
| - activesupport (= 6.1.4.1) |
20 |
| - rack (~> 2.0, >= 2.0.9) |
| 20 | + actionpack (7.0.4.2) |
| 21 | + actionview (= 7.0.4.2) |
| 22 | + activesupport (= 7.0.4.2) |
| 23 | + rack (~> 2.0, >= 2.2.0) |
21 | 24 | rack-test (>= 0.6.3)
|
22 | 25 | rails-dom-testing (~> 2.0)
|
23 | 26 | rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
24 |
| - actionview (6.1.4.1) |
25 |
| - activesupport (= 6.1.4.1) |
| 27 | + actionview (7.0.4.2) |
| 28 | + activesupport (= 7.0.4.2) |
26 | 29 | builder (~> 3.1)
|
27 | 30 | erubi (~> 1.4)
|
28 | 31 | rails-dom-testing (~> 2.0)
|
29 | 32 | rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
30 |
| - activejob (6.1.4.1) |
31 |
| - activesupport (= 6.1.4.1) |
| 33 | + activejob (7.0.4.2) |
| 34 | + activesupport (= 7.0.4.2) |
32 | 35 | globalid (>= 0.3.6)
|
33 |
| - activesupport (6.1.4.1) |
| 36 | + activesupport (7.0.4.2) |
34 | 37 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
35 | 38 | i18n (>= 1.6, < 2)
|
36 | 39 | minitest (>= 5.1)
|
37 | 40 | tzinfo (~> 2.0)
|
38 |
| - zeitwerk (~> 2.3) |
39 | 41 | builder (3.2.4)
|
40 |
| - concurrent-ruby (1.1.9) |
| 42 | + concurrent-ruby (1.2.0) |
41 | 43 | crass (1.0.6)
|
42 |
| - debug (1.1.0) |
43 |
| - irb |
44 |
| - reline (>= 0.2.7) |
45 |
| - erubi (1.10.0) |
46 |
| - globalid (1.0.0) |
| 44 | + date (3.3.3) |
| 45 | + debug (1.7.1) |
| 46 | + erubi (1.12.0) |
| 47 | + globalid (1.1.0) |
47 | 48 | activesupport (>= 5.0)
|
48 |
| - i18n (1.8.11) |
| 49 | + i18n (1.12.0) |
49 | 50 | concurrent-ruby (~> 1.0)
|
50 |
| - io-console (0.5.9) |
51 |
| - irb (1.3.7) |
52 |
| - reline (>= 0.2.7) |
53 |
| - loofah (2.12.0) |
| 51 | + loofah (2.19.1) |
54 | 52 | crass (~> 1.0.2)
|
55 | 53 | nokogiri (>= 1.5.9)
|
56 |
| - mail (2.7.1) |
| 54 | + mail (2.8.1) |
57 | 55 | mini_mime (>= 0.1.1)
|
| 56 | + net-imap |
| 57 | + net-pop |
| 58 | + net-smtp |
58 | 59 | method_source (1.0.0)
|
59 | 60 | mini_mime (1.1.2)
|
60 |
| - mini_portile2 (2.8.0) |
61 |
| - minitest (5.14.4) |
62 |
| - nokogiri (1.13.6) |
| 61 | + mini_portile2 (2.8.1) |
| 62 | + minitest (5.17.0) |
| 63 | + net-imap (0.3.4) |
| 64 | + date |
| 65 | + net-protocol |
| 66 | + net-pop (0.1.2) |
| 67 | + net-protocol |
| 68 | + net-protocol (0.2.1) |
| 69 | + timeout |
| 70 | + net-smtp (0.3.3) |
| 71 | + net-protocol |
| 72 | + nokogiri (1.14.1) |
63 | 73 | mini_portile2 (~> 2.8.0)
|
64 | 74 | racc (~> 1.4)
|
65 |
| - nokogiri (1.13.6-x86_64-darwin) |
| 75 | + nokogiri (1.14.1-x86_64-darwin) |
66 | 76 | racc (~> 1.4)
|
67 |
| - nokogiri (1.13.6-x86_64-linux) |
| 77 | + nokogiri (1.14.1-x86_64-linux) |
68 | 78 | racc (~> 1.4)
|
69 |
| - racc (1.6.0) |
70 |
| - rack (2.2.3) |
71 |
| - rack-test (1.1.0) |
72 |
| - rack (>= 1.0, < 3) |
| 79 | + racc (1.6.2) |
| 80 | + rack (2.2.6.2) |
| 81 | + rack-test (2.0.2) |
| 82 | + rack (>= 1.3) |
73 | 83 | rails-dom-testing (2.0.3)
|
74 | 84 | activesupport (>= 4.2.0)
|
75 | 85 | nokogiri (>= 1.6)
|
76 |
| - rails-html-sanitizer (1.4.2) |
77 |
| - loofah (~> 2.3) |
78 |
| - railties (6.1.4.1) |
79 |
| - actionpack (= 6.1.4.1) |
80 |
| - activesupport (= 6.1.4.1) |
| 86 | + rails-html-sanitizer (1.5.0) |
| 87 | + loofah (~> 2.19, >= 2.19.1) |
| 88 | + railties (7.0.4.2) |
| 89 | + actionpack (= 7.0.4.2) |
| 90 | + activesupport (= 7.0.4.2) |
81 | 91 | method_source
|
82 |
| - rake (>= 0.13) |
| 92 | + rake (>= 12.2) |
83 | 93 | thor (~> 1.0)
|
| 94 | + zeitwerk (~> 2.5) |
84 | 95 | rake (13.0.6)
|
85 |
| - reline (0.2.7) |
86 |
| - io-console (~> 0.5) |
87 | 96 | thor (1.2.1)
|
88 |
| - tzinfo (2.0.4) |
| 97 | + timeout (0.3.1) |
| 98 | + tzinfo (2.0.6) |
89 | 99 | concurrent-ruby (~> 1.0)
|
90 |
| - zeitwerk (2.5.1) |
| 100 | + zeitwerk (2.6.6) |
91 | 101 |
|
92 | 102 | PLATFORMS
|
93 | 103 | ruby
|
|
0 commit comments