|
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)
|
30 | 30 | rack-test (>= 0.6.3)
|
31 | 31 | rails-dom-testing (~> 2.2)
|
32 | 32 | rails-html-sanitizer (~> 1.6)
|
33 | 33 | useragent (~> 0.16)
|
34 |
| - actiontext (8.0.1) |
35 |
| - actionpack (= 8.0.1) |
36 |
| - activerecord (= 8.0.1) |
37 |
| - activestorage (= 8.0.1) |
38 |
| - activesupport (= 8.0.1) |
| 34 | + actiontext (8.0.2) |
| 35 | + actionpack (= 8.0.2) |
| 36 | + activerecord (= 8.0.2) |
| 37 | + activestorage (= 8.0.2) |
| 38 | + activesupport (= 8.0.2) |
39 | 39 | globalid (>= 0.6.0)
|
40 | 40 | nokogiri (>= 1.8.5)
|
41 |
| - actionview (8.0.1) |
42 |
| - activesupport (= 8.0.1) |
| 41 | + actionview (8.0.2) |
| 42 | + activesupport (= 8.0.2) |
43 | 43 | builder (~> 3.1)
|
44 | 44 | erubi (~> 1.11)
|
45 | 45 | rails-dom-testing (~> 2.2)
|
46 | 46 | rails-html-sanitizer (~> 1.6)
|
47 |
| - activejob (8.0.1) |
48 |
| - activesupport (= 8.0.1) |
| 47 | + activejob (8.0.2) |
| 48 | + activesupport (= 8.0.2) |
49 | 49 | globalid (>= 0.3.6)
|
50 |
| - activemodel (8.0.1) |
51 |
| - activesupport (= 8.0.1) |
52 |
| - activerecord (8.0.1) |
53 |
| - activemodel (= 8.0.1) |
54 |
| - activesupport (= 8.0.1) |
| 50 | + activemodel (8.0.2) |
| 51 | + activesupport (= 8.0.2) |
| 52 | + activerecord (8.0.2) |
| 53 | + activemodel (= 8.0.2) |
| 54 | + activesupport (= 8.0.2) |
55 | 55 | timeout (>= 0.4.0)
|
56 |
| - activestorage (8.0.1) |
57 |
| - actionpack (= 8.0.1) |
58 |
| - activejob (= 8.0.1) |
59 |
| - activerecord (= 8.0.1) |
60 |
| - activesupport (= 8.0.1) |
| 56 | + activestorage (8.0.2) |
| 57 | + actionpack (= 8.0.2) |
| 58 | + activejob (= 8.0.2) |
| 59 | + activerecord (= 8.0.2) |
| 60 | + activesupport (= 8.0.2) |
61 | 61 | marcel (~> 1.0)
|
62 |
| - activesupport (8.0.1) |
| 62 | + activesupport (8.0.2) |
63 | 63 | base64
|
64 | 64 | benchmark (>= 0.3)
|
65 | 65 | bigdecimal
|
|
155 | 155 | mini_portile2 (2.8.8)
|
156 | 156 | minitest (5.25.4)
|
157 | 157 | msgpack (1.7.5)
|
158 |
| - net-imap (0.5.5) |
| 158 | + net-imap (0.5.6) |
159 | 159 | date
|
160 | 160 | net-protocol
|
161 | 161 | net-pop (0.1.2)
|
|
166 | 166 | net-ssh (>= 2.6.5, < 8.0.0)
|
167 | 167 | net-sftp (4.0.0)
|
168 | 168 | net-ssh (>= 5.0.0, < 8.0.0)
|
169 |
| - net-smtp (0.5.0) |
| 169 | + net-smtp (0.5.1) |
170 | 170 | net-protocol
|
171 | 171 | net-ssh (7.3.0)
|
172 | 172 | nio4r (2.7.4)
|
@@ -215,30 +215,30 @@ GEM
|
215 | 215 | rack (>= 1.3)
|
216 | 216 | rackup (2.2.1)
|
217 | 217 | rack (>= 3)
|
218 |
| - rails (8.0.1) |
219 |
| - actioncable (= 8.0.1) |
220 |
| - actionmailbox (= 8.0.1) |
221 |
| - actionmailer (= 8.0.1) |
222 |
| - actionpack (= 8.0.1) |
223 |
| - actiontext (= 8.0.1) |
224 |
| - actionview (= 8.0.1) |
225 |
| - activejob (= 8.0.1) |
226 |
| - activemodel (= 8.0.1) |
227 |
| - activerecord (= 8.0.1) |
228 |
| - activestorage (= 8.0.1) |
229 |
| - activesupport (= 8.0.1) |
| 218 | + rails (8.0.2) |
| 219 | + actioncable (= 8.0.2) |
| 220 | + actionmailbox (= 8.0.2) |
| 221 | + actionmailer (= 8.0.2) |
| 222 | + actionpack (= 8.0.2) |
| 223 | + actiontext (= 8.0.2) |
| 224 | + actionview (= 8.0.2) |
| 225 | + activejob (= 8.0.2) |
| 226 | + activemodel (= 8.0.2) |
| 227 | + activerecord (= 8.0.2) |
| 228 | + activestorage (= 8.0.2) |
| 229 | + activesupport (= 8.0.2) |
230 | 230 | bundler (>= 1.15.0)
|
231 |
| - railties (= 8.0.1) |
| 231 | + railties (= 8.0.2) |
232 | 232 | rails-dom-testing (2.2.0)
|
233 | 233 | activesupport (>= 5.0.0)
|
234 | 234 | minitest
|
235 | 235 | nokogiri (>= 1.6)
|
236 | 236 | rails-html-sanitizer (1.6.2)
|
237 | 237 | loofah (~> 2.21)
|
238 | 238 | 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)
|
239 |
| - railties (8.0.1) |
240 |
| - actionpack (= 8.0.1) |
241 |
| - activesupport (= 8.0.1) |
| 239 | + railties (8.0.2) |
| 240 | + actionpack (= 8.0.2) |
| 241 | + activesupport (= 8.0.2) |
242 | 242 | irb (~> 1.13)
|
243 | 243 | rackup (>= 1.0.0)
|
244 | 244 | rake (>= 12.2)
|
@@ -380,7 +380,7 @@ DEPENDENCIES
|
380 | 380 | kamal
|
381 | 381 | propshaft
|
382 | 382 | puma (>= 5.0)
|
383 |
| - rails (~> 8.0.1) |
| 383 | + rails (~> 8.0.2) |
384 | 384 | rubocop-rails-omakase
|
385 | 385 | selenium-webdriver
|
386 | 386 | solid_cable
|
|
0 commit comments