|
7 | 7 | GEM
|
8 | 8 | remote: https://rubygems.org/
|
9 | 9 | specs:
|
10 |
| - actioncable (5.2.3) |
11 |
| - actionpack (= 5.2.3) |
| 10 | + actioncable (6.1.4.7) |
| 11 | + actionpack (= 6.1.4.7) |
| 12 | + activesupport (= 6.1.4.7) |
12 | 13 | nio4r (~> 2.0)
|
13 | 14 | websocket-driver (>= 0.6.1)
|
14 |
| - actionmailer (5.2.3) |
15 |
| - actionpack (= 5.2.3) |
16 |
| - actionview (= 5.2.3) |
17 |
| - activejob (= 5.2.3) |
| 15 | + actionmailbox (6.1.4.7) |
| 16 | + actionpack (= 6.1.4.7) |
| 17 | + activejob (= 6.1.4.7) |
| 18 | + activerecord (= 6.1.4.7) |
| 19 | + activestorage (= 6.1.4.7) |
| 20 | + activesupport (= 6.1.4.7) |
| 21 | + mail (>= 2.7.1) |
| 22 | + actionmailer (6.1.4.7) |
| 23 | + actionpack (= 6.1.4.7) |
| 24 | + actionview (= 6.1.4.7) |
| 25 | + activejob (= 6.1.4.7) |
| 26 | + activesupport (= 6.1.4.7) |
18 | 27 | mail (~> 2.5, >= 2.5.4)
|
19 | 28 | rails-dom-testing (~> 2.0)
|
20 |
| - actionpack (5.2.3) |
21 |
| - actionview (= 5.2.3) |
22 |
| - activesupport (= 5.2.3) |
23 |
| - rack (~> 2.0) |
| 29 | + actionpack (6.1.4.7) |
| 30 | + actionview (= 6.1.4.7) |
| 31 | + activesupport (= 6.1.4.7) |
| 32 | + rack (~> 2.0, >= 2.0.9) |
24 | 33 | rack-test (>= 0.6.3)
|
25 | 34 | rails-dom-testing (~> 2.0)
|
26 |
| - rails-html-sanitizer (~> 1.0, >= 1.0.2) |
27 |
| - actionview (5.2.3) |
28 |
| - activesupport (= 5.2.3) |
| 35 | + rails-html-sanitizer (~> 1.0, >= 1.2.0) |
| 36 | + actiontext (6.1.4.7) |
| 37 | + actionpack (= 6.1.4.7) |
| 38 | + activerecord (= 6.1.4.7) |
| 39 | + activestorage (= 6.1.4.7) |
| 40 | + activesupport (= 6.1.4.7) |
| 41 | + nokogiri (>= 1.8.5) |
| 42 | + actionview (6.1.4.7) |
| 43 | + activesupport (= 6.1.4.7) |
29 | 44 | builder (~> 3.1)
|
30 | 45 | erubi (~> 1.4)
|
31 | 46 | rails-dom-testing (~> 2.0)
|
32 |
| - rails-html-sanitizer (~> 1.0, >= 1.0.3) |
33 |
| - activejob (5.2.3) |
34 |
| - activesupport (= 5.2.3) |
| 47 | + rails-html-sanitizer (~> 1.1, >= 1.2.0) |
| 48 | + activejob (6.1.4.7) |
| 49 | + activesupport (= 6.1.4.7) |
35 | 50 | globalid (>= 0.3.6)
|
36 |
| - activemodel (5.2.3) |
37 |
| - activesupport (= 5.2.3) |
38 |
| - activerecord (5.2.3) |
39 |
| - activemodel (= 5.2.3) |
40 |
| - activesupport (= 5.2.3) |
41 |
| - arel (>= 9.0) |
42 |
| - activestorage (5.2.3) |
43 |
| - actionpack (= 5.2.3) |
44 |
| - activerecord (= 5.2.3) |
45 |
| - marcel (~> 0.3.1) |
46 |
| - activesupport (5.2.3) |
| 51 | + activemodel (6.1.4.7) |
| 52 | + activesupport (= 6.1.4.7) |
| 53 | + activerecord (6.1.4.7) |
| 54 | + activemodel (= 6.1.4.7) |
| 55 | + activesupport (= 6.1.4.7) |
| 56 | + activestorage (6.1.4.7) |
| 57 | + actionpack (= 6.1.4.7) |
| 58 | + activejob (= 6.1.4.7) |
| 59 | + activerecord (= 6.1.4.7) |
| 60 | + activesupport (= 6.1.4.7) |
| 61 | + marcel (~> 1.0.0) |
| 62 | + mini_mime (>= 1.1.0) |
| 63 | + activesupport (6.1.4.7) |
47 | 64 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
48 |
| - i18n (>= 0.7, < 2) |
49 |
| - minitest (~> 5.1) |
50 |
| - tzinfo (~> 1.1) |
51 |
| - arel (9.0.0) |
52 |
| - builder (3.2.3) |
53 |
| - concurrent-ruby (1.1.5) |
54 |
| - crass (1.0.4) |
55 |
| - diff-lcs (1.3) |
56 |
| - erubi (1.8.0) |
57 |
| - globalid (0.4.2) |
58 |
| - activesupport (>= 4.2.0) |
59 |
| - i18n (1.6.0) |
| 65 | + i18n (>= 1.6, < 2) |
| 66 | + minitest (>= 5.1) |
| 67 | + tzinfo (~> 2.0) |
| 68 | + zeitwerk (~> 2.3) |
| 69 | + appraisal (2.5.0) |
| 70 | + bundler |
| 71 | + rake |
| 72 | + thor (>= 0.14.0) |
| 73 | + builder (3.3.0) |
| 74 | + concurrent-ruby (1.3.3) |
| 75 | + crass (1.0.6) |
| 76 | + date (3.3.4) |
| 77 | + diff-lcs (1.5.1) |
| 78 | + erubi (1.13.0) |
| 79 | + globalid (1.2.1) |
| 80 | + activesupport (>= 6.1) |
| 81 | + i18n (1.14.5) |
60 | 82 | concurrent-ruby (~> 1.0)
|
61 |
| - loofah (2.2.3) |
| 83 | + loofah (2.22.0) |
62 | 84 | crass (~> 1.0.2)
|
63 |
| - nokogiri (>= 1.5.9) |
64 |
| - mail (2.7.1) |
| 85 | + nokogiri (>= 1.12.0) |
| 86 | + mail (2.8.1) |
65 | 87 | mini_mime (>= 0.1.1)
|
66 |
| - marcel (0.3.3) |
67 |
| - mimemagic (~> 0.3.2) |
68 |
| - method_source (0.9.2) |
69 |
| - mimemagic (0.3.3) |
70 |
| - mini_mime (1.0.1) |
71 |
| - mini_portile2 (2.4.0) |
72 |
| - minitest (5.11.3) |
73 |
| - nio4r (2.3.1) |
74 |
| - nokogiri (1.10.3) |
75 |
| - mini_portile2 (~> 2.4.0) |
76 |
| - rack (2.0.7) |
77 |
| - rack-test (1.1.0) |
78 |
| - rack (>= 1.0, < 3) |
79 |
| - rails (5.2.3) |
80 |
| - actioncable (= 5.2.3) |
81 |
| - actionmailer (= 5.2.3) |
82 |
| - actionpack (= 5.2.3) |
83 |
| - actionview (= 5.2.3) |
84 |
| - activejob (= 5.2.3) |
85 |
| - activemodel (= 5.2.3) |
86 |
| - activerecord (= 5.2.3) |
87 |
| - activestorage (= 5.2.3) |
88 |
| - activesupport (= 5.2.3) |
89 |
| - bundler (>= 1.3.0) |
90 |
| - railties (= 5.2.3) |
| 88 | + net-imap |
| 89 | + net-pop |
| 90 | + net-smtp |
| 91 | + marcel (1.0.4) |
| 92 | + method_source (1.1.0) |
| 93 | + mini_mime (1.1.5) |
| 94 | + minitest (5.24.0) |
| 95 | + net-imap (0.4.14) |
| 96 | + date |
| 97 | + net-protocol |
| 98 | + net-pop (0.1.2) |
| 99 | + net-protocol |
| 100 | + net-protocol (0.2.2) |
| 101 | + timeout |
| 102 | + net-smtp (0.5.0) |
| 103 | + net-protocol |
| 104 | + nio4r (2.7.3) |
| 105 | + nokogiri (1.16.6-arm64-darwin) |
| 106 | + racc (~> 1.4) |
| 107 | + racc (1.8.0) |
| 108 | + rack (2.2.9) |
| 109 | + rack-test (2.1.0) |
| 110 | + rack (>= 1.3) |
| 111 | + rails (6.1.4.7) |
| 112 | + actioncable (= 6.1.4.7) |
| 113 | + actionmailbox (= 6.1.4.7) |
| 114 | + actionmailer (= 6.1.4.7) |
| 115 | + actionpack (= 6.1.4.7) |
| 116 | + actiontext (= 6.1.4.7) |
| 117 | + actionview (= 6.1.4.7) |
| 118 | + activejob (= 6.1.4.7) |
| 119 | + activemodel (= 6.1.4.7) |
| 120 | + activerecord (= 6.1.4.7) |
| 121 | + activestorage (= 6.1.4.7) |
| 122 | + activesupport (= 6.1.4.7) |
| 123 | + bundler (>= 1.15.0) |
| 124 | + railties (= 6.1.4.7) |
91 | 125 | sprockets-rails (>= 2.0.0)
|
92 |
| - rails-dom-testing (2.0.3) |
93 |
| - activesupport (>= 4.2.0) |
| 126 | + rails-dom-testing (2.2.0) |
| 127 | + activesupport (>= 5.0.0) |
| 128 | + minitest |
94 | 129 | nokogiri (>= 1.6)
|
95 |
| - rails-html-sanitizer (1.0.4) |
96 |
| - loofah (~> 2.2, >= 2.2.2) |
97 |
| - railties (5.2.3) |
98 |
| - actionpack (= 5.2.3) |
99 |
| - activesupport (= 5.2.3) |
| 130 | + rails-html-sanitizer (1.6.0) |
| 131 | + loofah (~> 2.21) |
| 132 | + nokogiri (~> 1.14) |
| 133 | + railties (6.1.4.7) |
| 134 | + actionpack (= 6.1.4.7) |
| 135 | + activesupport (= 6.1.4.7) |
100 | 136 | method_source
|
101 |
| - rake (>= 0.8.7) |
102 |
| - thor (>= 0.19.0, < 2.0) |
| 137 | + rake (>= 0.13) |
| 138 | + thor (~> 1.0) |
103 | 139 | rake (10.5.0)
|
104 |
| - rspec (3.8.0) |
105 |
| - rspec-core (~> 3.8.0) |
106 |
| - rspec-expectations (~> 3.8.0) |
107 |
| - rspec-mocks (~> 3.8.0) |
108 |
| - rspec-core (3.8.1) |
109 |
| - rspec-support (~> 3.8.0) |
110 |
| - rspec-expectations (3.8.4) |
| 140 | + rspec (3.13.0) |
| 141 | + rspec-core (~> 3.13.0) |
| 142 | + rspec-expectations (~> 3.13.0) |
| 143 | + rspec-mocks (~> 3.13.0) |
| 144 | + rspec-core (3.13.0) |
| 145 | + rspec-support (~> 3.13.0) |
| 146 | + rspec-expectations (3.13.1) |
111 | 147 | diff-lcs (>= 1.2.0, < 2.0)
|
112 |
| - rspec-support (~> 3.8.0) |
113 |
| - rspec-mocks (3.8.1) |
| 148 | + rspec-support (~> 3.13.0) |
| 149 | + rspec-mocks (3.13.1) |
114 | 150 | diff-lcs (>= 1.2.0, < 2.0)
|
115 |
| - rspec-support (~> 3.8.0) |
116 |
| - rspec-support (3.8.2) |
117 |
| - sprockets (3.7.2) |
| 151 | + rspec-support (~> 3.13.0) |
| 152 | + rspec-support (3.13.1) |
| 153 | + sprockets (4.2.1) |
118 | 154 | concurrent-ruby (~> 1.0)
|
119 |
| - rack (> 1, < 3) |
120 |
| - sprockets-rails (3.2.1) |
121 |
| - actionpack (>= 4.0) |
122 |
| - activesupport (>= 4.0) |
| 155 | + rack (>= 2.2.4, < 4) |
| 156 | + sprockets-rails (3.5.1) |
| 157 | + actionpack (>= 6.1) |
| 158 | + activesupport (>= 6.1) |
123 | 159 | sprockets (>= 3.0.0)
|
124 |
| - thor (0.20.3) |
125 |
| - thread_safe (0.3.6) |
126 |
| - tzinfo (1.2.5) |
127 |
| - thread_safe (~> 0.1) |
128 |
| - websocket-driver (0.7.1) |
| 160 | + thor (1.3.1) |
| 161 | + timeout (0.4.1) |
| 162 | + tzinfo (2.0.6) |
| 163 | + concurrent-ruby (~> 1.0) |
| 164 | + websocket-driver (0.7.6) |
129 | 165 | websocket-extensions (>= 0.1.0)
|
130 |
| - websocket-extensions (0.1.4) |
| 166 | + websocket-extensions (0.1.5) |
| 167 | + zeitwerk (2.6.16) |
131 | 168 |
|
132 | 169 | PLATFORMS
|
133 |
| - ruby |
| 170 | + arm64-darwin-23 |
134 | 171 |
|
135 | 172 | DEPENDENCIES
|
136 |
| - bundler (~> 2.0) |
137 |
| - rake (~> 10.0) |
138 |
| - rspec (~> 3.0) |
| 173 | + appraisal |
| 174 | + bundler |
| 175 | + rake (>= 10.0) |
| 176 | + rspec (>= 3.0) |
139 | 177 | scan-suppressing-logger!
|
140 | 178 |
|
141 | 179 | BUNDLED WITH
|
142 |
| - 2.0.1 |
| 180 | + 2.5.14 |
0 commit comments