|
3 | 3 | specs:
|
4 | 4 | action_cable_notifications (0.1.30)
|
5 | 5 | lodash-rails (>= 4.15.0)
|
6 |
| - rails (>= 5.0.0.1) |
| 6 | + rails (>= 6.0.0.1) |
7 | 7 |
|
8 | 8 | GEM
|
9 | 9 | remote: https://rubygems.org/
|
10 | 10 | specs:
|
11 |
| - actioncable (5.1.1) |
12 |
| - actionpack (= 5.1.1) |
| 11 | + actioncable (7.0.4) |
| 12 | + actionpack (= 7.0.4) |
| 13 | + activesupport (= 7.0.4) |
13 | 14 | nio4r (~> 2.0)
|
14 |
| - websocket-driver (~> 0.6.1) |
15 |
| - actionmailer (5.1.1) |
16 |
| - actionpack (= 5.1.1) |
17 |
| - actionview (= 5.1.1) |
18 |
| - activejob (= 5.1.1) |
| 15 | + websocket-driver (>= 0.6.1) |
| 16 | + actionmailbox (7.0.4) |
| 17 | + actionpack (= 7.0.4) |
| 18 | + activejob (= 7.0.4) |
| 19 | + activerecord (= 7.0.4) |
| 20 | + activestorage (= 7.0.4) |
| 21 | + activesupport (= 7.0.4) |
| 22 | + mail (>= 2.7.1) |
| 23 | + net-imap |
| 24 | + net-pop |
| 25 | + net-smtp |
| 26 | + actionmailer (7.0.4) |
| 27 | + actionpack (= 7.0.4) |
| 28 | + actionview (= 7.0.4) |
| 29 | + activejob (= 7.0.4) |
| 30 | + activesupport (= 7.0.4) |
19 | 31 | mail (~> 2.5, >= 2.5.4)
|
| 32 | + net-imap |
| 33 | + net-pop |
| 34 | + net-smtp |
20 | 35 | rails-dom-testing (~> 2.0)
|
21 |
| - actionpack (5.1.1) |
22 |
| - actionview (= 5.1.1) |
23 |
| - activesupport (= 5.1.1) |
24 |
| - rack (~> 2.0) |
25 |
| - rack-test (~> 0.6.3) |
| 36 | + actionpack (7.0.4) |
| 37 | + actionview (= 7.0.4) |
| 38 | + activesupport (= 7.0.4) |
| 39 | + rack (~> 2.0, >= 2.2.0) |
| 40 | + rack-test (>= 0.6.3) |
26 | 41 | rails-dom-testing (~> 2.0)
|
27 |
| - rails-html-sanitizer (~> 1.0, >= 1.0.2) |
28 |
| - actionview (5.1.1) |
29 |
| - activesupport (= 5.1.1) |
| 42 | + rails-html-sanitizer (~> 1.0, >= 1.2.0) |
| 43 | + actiontext (7.0.4) |
| 44 | + actionpack (= 7.0.4) |
| 45 | + activerecord (= 7.0.4) |
| 46 | + activestorage (= 7.0.4) |
| 47 | + activesupport (= 7.0.4) |
| 48 | + globalid (>= 0.6.0) |
| 49 | + nokogiri (>= 1.8.5) |
| 50 | + actionview (7.0.4) |
| 51 | + activesupport (= 7.0.4) |
30 | 52 | builder (~> 3.1)
|
31 | 53 | erubi (~> 1.4)
|
32 | 54 | rails-dom-testing (~> 2.0)
|
33 |
| - rails-html-sanitizer (~> 1.0, >= 1.0.3) |
34 |
| - activejob (5.1.1) |
35 |
| - activesupport (= 5.1.1) |
| 55 | + rails-html-sanitizer (~> 1.1, >= 1.2.0) |
| 56 | + activejob (7.0.4) |
| 57 | + activesupport (= 7.0.4) |
36 | 58 | globalid (>= 0.3.6)
|
37 |
| - activemodel (5.1.1) |
38 |
| - activesupport (= 5.1.1) |
39 |
| - activerecord (5.1.1) |
40 |
| - activemodel (= 5.1.1) |
41 |
| - activesupport (= 5.1.1) |
42 |
| - arel (~> 8.0) |
43 |
| - activesupport (5.1.1) |
| 59 | + activemodel (7.0.4) |
| 60 | + activesupport (= 7.0.4) |
| 61 | + activerecord (7.0.4) |
| 62 | + activemodel (= 7.0.4) |
| 63 | + activesupport (= 7.0.4) |
| 64 | + activestorage (7.0.4) |
| 65 | + actionpack (= 7.0.4) |
| 66 | + activejob (= 7.0.4) |
| 67 | + activerecord (= 7.0.4) |
| 68 | + activesupport (= 7.0.4) |
| 69 | + marcel (~> 1.0) |
| 70 | + mini_mime (>= 1.1.0) |
| 71 | + activesupport (7.0.4) |
44 | 72 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
45 |
| - i18n (~> 0.7) |
46 |
| - minitest (~> 5.1) |
47 |
| - tzinfo (~> 1.1) |
48 |
| - arel (8.0.0) |
| 73 | + i18n (>= 1.6, < 2) |
| 74 | + minitest (>= 5.1) |
| 75 | + tzinfo (~> 2.0) |
49 | 76 | awesome_print (1.7.0)
|
50 |
| - builder (3.2.3) |
| 77 | + builder (3.2.4) |
51 | 78 | byebug (9.0.5)
|
52 | 79 | coderay (1.1.1)
|
53 |
| - concurrent-ruby (1.0.5) |
54 |
| - erubi (1.6.0) |
55 |
| - globalid (0.4.0) |
56 |
| - activesupport (>= 4.2.0) |
57 |
| - i18n (0.8.1) |
58 |
| - lodash-rails (4.17.4) |
| 80 | + concurrent-ruby (1.1.10) |
| 81 | + crass (1.0.6) |
| 82 | + erubi (1.11.0) |
| 83 | + globalid (1.0.0) |
| 84 | + activesupport (>= 5.0) |
| 85 | + i18n (1.12.0) |
| 86 | + concurrent-ruby (~> 1.0) |
| 87 | + lodash-rails (4.17.21) |
59 | 88 | railties (>= 3.1)
|
60 |
| - loofah (2.0.3) |
| 89 | + loofah (2.19.0) |
| 90 | + crass (~> 1.0.2) |
61 | 91 | nokogiri (>= 1.5.9)
|
62 |
| - mail (2.6.5) |
63 |
| - mime-types (>= 1.16, < 4) |
| 92 | + mail (2.7.1) |
| 93 | + mini_mime (>= 0.1.1) |
| 94 | + marcel (1.0.2) |
64 | 95 | method_source (0.8.2)
|
65 |
| - mime-types (3.1) |
66 |
| - mime-types-data (~> 3.2015) |
67 |
| - mime-types-data (3.2016.0521) |
68 |
| - mini_portile2 (2.1.0) |
69 |
| - minitest (5.10.2) |
70 |
| - nio4r (2.0.0) |
71 |
| - nokogiri (1.7.2) |
72 |
| - mini_portile2 (~> 2.1.0) |
| 96 | + mini_mime (1.1.2) |
| 97 | + mini_portile2 (2.8.0) |
| 98 | + minitest (5.16.3) |
| 99 | + net-imap (0.3.1) |
| 100 | + net-protocol |
| 101 | + net-pop (0.1.2) |
| 102 | + net-protocol |
| 103 | + net-protocol (0.1.3) |
| 104 | + timeout |
| 105 | + net-smtp (0.3.2) |
| 106 | + net-protocol |
| 107 | + nio4r (2.5.8) |
| 108 | + nokogiri (1.13.8) |
| 109 | + mini_portile2 (~> 2.8.0) |
| 110 | + racc (~> 1.4) |
73 | 111 | pry (0.10.4)
|
74 | 112 | coderay (~> 1.1.0)
|
75 | 113 | method_source (~> 0.8.1)
|
76 | 114 | slop (~> 3.4)
|
77 | 115 | pry-byebug (3.4.0)
|
78 | 116 | byebug (~> 9.0)
|
79 | 117 | pry (~> 0.10)
|
80 |
| - rack (2.0.3) |
81 |
| - rack-test (0.6.3) |
82 |
| - rack (>= 1.0) |
83 |
| - rails (5.1.1) |
84 |
| - actioncable (= 5.1.1) |
85 |
| - actionmailer (= 5.1.1) |
86 |
| - actionpack (= 5.1.1) |
87 |
| - actionview (= 5.1.1) |
88 |
| - activejob (= 5.1.1) |
89 |
| - activemodel (= 5.1.1) |
90 |
| - activerecord (= 5.1.1) |
91 |
| - activesupport (= 5.1.1) |
92 |
| - bundler (>= 1.3.0, < 2.0) |
93 |
| - railties (= 5.1.1) |
94 |
| - sprockets-rails (>= 2.0.0) |
| 118 | + racc (1.6.0) |
| 119 | + rack (2.2.4) |
| 120 | + rack-test (2.0.2) |
| 121 | + rack (>= 1.3) |
| 122 | + rails (7.0.4) |
| 123 | + actioncable (= 7.0.4) |
| 124 | + actionmailbox (= 7.0.4) |
| 125 | + actionmailer (= 7.0.4) |
| 126 | + actionpack (= 7.0.4) |
| 127 | + actiontext (= 7.0.4) |
| 128 | + actionview (= 7.0.4) |
| 129 | + activejob (= 7.0.4) |
| 130 | + activemodel (= 7.0.4) |
| 131 | + activerecord (= 7.0.4) |
| 132 | + activestorage (= 7.0.4) |
| 133 | + activesupport (= 7.0.4) |
| 134 | + bundler (>= 1.15.0) |
| 135 | + railties (= 7.0.4) |
95 | 136 | rails-dom-testing (2.0.3)
|
96 | 137 | activesupport (>= 4.2.0)
|
97 | 138 | nokogiri (>= 1.6)
|
98 |
| - rails-html-sanitizer (1.0.3) |
99 |
| - loofah (~> 2.0) |
100 |
| - railties (5.1.1) |
101 |
| - actionpack (= 5.1.1) |
102 |
| - activesupport (= 5.1.1) |
| 139 | + rails-html-sanitizer (1.4.3) |
| 140 | + loofah (~> 2.3) |
| 141 | + railties (7.0.4) |
| 142 | + actionpack (= 7.0.4) |
| 143 | + activesupport (= 7.0.4) |
103 | 144 | method_source
|
104 |
| - rake (>= 0.8.7) |
105 |
| - thor (>= 0.18.1, < 2.0) |
106 |
| - rake (12.0.0) |
| 145 | + rake (>= 12.2) |
| 146 | + thor (~> 1.0) |
| 147 | + zeitwerk (~> 2.5) |
| 148 | + rake (13.0.6) |
107 | 149 | slop (3.6.0)
|
108 |
| - sprockets (3.7.1) |
109 |
| - concurrent-ruby (~> 1.0) |
110 |
| - rack (> 1, < 3) |
111 |
| - sprockets-rails (3.2.0) |
112 |
| - actionpack (>= 4.0) |
113 |
| - activesupport (>= 4.0) |
114 |
| - sprockets (>= 3.0.0) |
115 | 150 | sqlite3 (1.3.11)
|
116 |
| - thor (0.19.4) |
117 |
| - thread_safe (0.3.6) |
118 |
| - tzinfo (1.2.3) |
119 |
| - thread_safe (~> 0.1) |
120 |
| - websocket-driver (0.6.5) |
| 151 | + thor (1.2.1) |
| 152 | + timeout (0.3.0) |
| 153 | + tzinfo (2.0.5) |
| 154 | + concurrent-ruby (~> 1.0) |
| 155 | + websocket-driver (0.7.5) |
121 | 156 | websocket-extensions (>= 0.1.0)
|
122 |
| - websocket-extensions (0.1.2) |
| 157 | + websocket-extensions (0.1.5) |
| 158 | + zeitwerk (2.6.1) |
123 | 159 |
|
124 | 160 | PLATFORMS
|
125 | 161 | ruby
|
|
0 commit comments