|
1 | 1 | GEM |
2 | 2 | remote: http://rubygems.org/ |
3 | 3 | specs: |
4 | | - activesupport (7.0.8.4) |
5 | | - concurrent-ruby (~> 1.0, >= 1.0.2) |
| 4 | + activesupport (7.2.3.1) |
| 5 | + base64 |
| 6 | + benchmark (>= 0.3) |
| 7 | + bigdecimal |
| 8 | + concurrent-ruby (~> 1.0, >= 1.3.1) |
| 9 | + connection_pool (>= 2.2.5) |
| 10 | + drb |
6 | 11 | i18n (>= 1.6, < 2) |
7 | | - minitest (>= 5.1) |
8 | | - tzinfo (~> 2.0) |
| 12 | + logger (>= 1.4.2) |
| 13 | + minitest (>= 5.1, < 6) |
| 14 | + securerandom (>= 0.3) |
| 15 | + tzinfo (~> 2.0, >= 2.0.5) |
9 | 16 | addressable (2.8.7) |
10 | 17 | public_suffix (>= 2.0.2, < 7.0) |
11 | | - backports (3.25.0) |
| 18 | + base64 (0.3.0) |
| 19 | + benchmark (0.5.0) |
12 | 20 | bigdecimal (3.1.9) |
13 | 21 | coffee-script (2.4.1) |
14 | 22 | coffee-script-source |
15 | 23 | execjs |
16 | 24 | coffee-script-source (1.12.2) |
17 | | - concurrent-ruby (1.3.3) |
| 25 | + concurrent-ruby (1.3.6) |
| 26 | + connection_pool (3.0.2) |
18 | 27 | contracts (0.16.1) |
19 | 28 | dotenv (3.1.2) |
20 | | - erubis (2.7.0) |
| 29 | + drb (2.2.3) |
| 30 | + erubi (1.13.1) |
21 | 31 | execjs (2.9.1) |
22 | 32 | fast_blank (1.0.1) |
23 | 33 | fastimage (2.3.1) |
|
29 | 39 | hamster (3.0.0) |
30 | 40 | concurrent-ruby (~> 1.0) |
31 | 41 | hashie (3.6.0) |
32 | | - i18n (1.6.0) |
| 42 | + i18n (1.14.8) |
33 | 43 | concurrent-ruby (~> 1.0) |
34 | 44 | kramdown (2.4.0) |
35 | 45 | rexml |
36 | 46 | listen (3.9.0) |
37 | 47 | rb-fsevent (~> 0.10, >= 0.10.3) |
38 | 48 | rb-inotify (~> 0.9, >= 0.9.10) |
| 49 | + logger (1.7.0) |
39 | 50 | memoist (0.16.2) |
40 | | - middleman (4.5.1) |
41 | | - coffee-script (~> 2.2) |
42 | | - haml (>= 4.0.5) |
43 | | - kramdown (>= 2.3.0) |
44 | | - middleman-cli (= 4.5.1) |
45 | | - middleman-core (= 4.5.1) |
46 | | - middleman-cli (4.5.1) |
47 | | - thor (>= 0.17.0, < 1.3.0) |
48 | | - middleman-core (4.5.1) |
49 | | - activesupport (>= 6.1, < 7.1) |
| 51 | + middleman (4.6.3) |
| 52 | + middleman-cli (= 4.6.3) |
| 53 | + middleman-core (= 4.6.3) |
| 54 | + middleman-cli (4.6.3) |
| 55 | + thor (>= 0.17.0, < 2) |
| 56 | + middleman-core (4.6.3) |
| 57 | + activesupport (>= 6.1) |
50 | 58 | addressable (~> 2.4) |
51 | | - backports (~> 3.6) |
52 | | - bundler (~> 2.0) |
53 | | - contracts (~> 0.13, < 0.17) |
| 59 | + bundler (> 2.0) |
| 60 | + coffee-script (~> 2.2) |
| 61 | + contracts |
54 | 62 | dotenv |
55 | | - erubis |
| 63 | + erubi |
56 | 64 | execjs (~> 2.0) |
57 | 65 | fast_blank |
58 | 66 | fastimage (~> 2.0) |
| 67 | + haml (>= 4.0.5, < 7) |
59 | 68 | hamster (~> 3.0) |
60 | | - hashie (~> 3.4) |
61 | | - i18n (~> 1.6.0) |
| 69 | + hashie (>= 3.4, < 6.0) |
| 70 | + i18n (>= 1.6, < 1.15) |
| 71 | + kramdown (~> 2.4) |
62 | 72 | listen (~> 3.0) |
63 | 73 | memoist (~> 0.14) |
64 | | - padrino-helpers (~> 0.15.0) |
| 74 | + padrino-helpers (>= 0.15, < 0.17) |
65 | 75 | parallel |
66 | | - rack (>= 1.4.5, < 3) |
| 76 | + rack (>= 3) |
| 77 | + rackup |
67 | 78 | sassc (~> 2.0) |
68 | 79 | servolux |
69 | | - tilt (~> 2.0.9) |
| 80 | + tilt (~> 2.2) |
70 | 81 | toml |
71 | | - uglifier (~> 3.0) |
| 82 | + uglifier (>= 3, < 5) |
72 | 83 | webrick |
73 | | - minitest (5.24.0) |
| 84 | + minitest (5.27.0) |
74 | 85 | mutex_m (0.3.0) |
75 | 86 | padrino-helpers (0.15.3) |
76 | 87 | i18n (>= 0.6.7, < 2) |
|
80 | 91 | parallel (1.25.1) |
81 | 92 | parslet (2.0.0) |
82 | 93 | public_suffix (6.0.0) |
83 | | - rack (2.2.22) |
| 94 | + rack (3.2.5) |
| 95 | + rackup (2.3.1) |
| 96 | + rack (>= 3) |
84 | 97 | rb-fsevent (0.11.2) |
85 | 98 | rb-inotify (0.11.1) |
86 | 99 | ffi (~> 1.0) |
87 | 100 | rexml (3.4.2) |
88 | 101 | sassc (2.4.0) |
89 | 102 | ffi (~> 1.9) |
| 103 | + securerandom (0.4.1) |
90 | 104 | servolux (0.13.0) |
91 | 105 | temple (0.10.3) |
92 | 106 | thor (1.2.2) |
93 | | - tilt (2.0.11) |
| 107 | + tilt (2.7.0) |
94 | 108 | toml (0.3.0) |
95 | 109 | parslet (>= 1.8.0, < 3.0.0) |
96 | 110 | tzinfo (2.0.6) |
|
0 commit comments