|
1 | 1 | GEM
|
2 | 2 | remote: https://rubygems.org/
|
3 | 3 | specs:
|
| 4 | + activesupport (8.0.2) |
| 5 | + base64 |
| 6 | + benchmark (>= 0.3) |
| 7 | + bigdecimal |
| 8 | + concurrent-ruby (~> 1.0, >= 1.3.1) |
| 9 | + connection_pool (>= 2.2.5) |
| 10 | + drb |
| 11 | + i18n (>= 1.6, < 2) |
| 12 | + logger (>= 1.4.2) |
| 13 | + minitest (>= 5.1) |
| 14 | + securerandom (>= 0.3) |
| 15 | + tzinfo (~> 2.0, >= 2.0.5) |
| 16 | + uri (>= 0.13.1) |
4 | 17 | addressable (2.8.7)
|
5 | 18 | public_suffix (>= 2.0.2, < 7.0)
|
6 | 19 | base64 (0.3.0)
|
| 20 | + benchmark (0.4.1) |
| 21 | + bigdecimal (3.2.2) |
7 | 22 | claide (1.1.0)
|
8 | 23 | claide-plugins (0.9.2)
|
9 | 24 | cork
|
10 | 25 | nap
|
11 | 26 | open4 (~> 1.3)
|
12 | 27 | colored2 (3.1.2)
|
| 28 | + concurrent-ruby (1.3.5) |
| 29 | + connection_pool (2.5.3) |
13 | 30 | cork (0.3.0)
|
14 | 31 | colored2 (~> 3.1)
|
15 |
| - danger (9.5.1) |
| 32 | + danger (9.5.3) |
16 | 33 | base64 (~> 0.2)
|
17 | 34 | claide (~> 1.0)
|
18 | 35 | claide-plugins (>= 0.9.2)
|
19 |
| - colored2 (~> 3.1) |
| 36 | + colored2 (>= 3.1, < 5) |
20 | 37 | cork (~> 0.1)
|
21 | 38 | faraday (>= 0.9.0, < 3.0)
|
22 | 39 | faraday-http-cache (~> 2.0)
|
23 |
| - git (~> 1.13) |
24 |
| - kramdown (~> 2.3) |
| 40 | + git (>= 1.13, < 3.0) |
| 41 | + kramdown (>= 2.5.1, < 3.0) |
25 | 42 | kramdown-parser-gfm (~> 1.0)
|
26 | 43 | octokit (>= 4.0)
|
27 | 44 | pstore (~> 0.1)
|
28 |
| - terminal-table (>= 1, < 4) |
| 45 | + terminal-table (>= 1, < 5) |
29 | 46 | danger-swiftlint (0.37.1)
|
30 | 47 | danger
|
31 | 48 | rake (> 10)
|
32 | 49 | thor (~> 1.0.0)
|
| 50 | + drb (2.2.3) |
33 | 51 | faraday (2.13.1)
|
34 | 52 | faraday-net_http (>= 2.0, < 3.5)
|
35 | 53 | json
|
|
38 | 56 | faraday (>= 0.8)
|
39 | 57 | faraday-net_http (3.4.1)
|
40 | 58 | net-http (>= 0.5.0)
|
41 |
| - git (1.19.1) |
| 59 | + git (2.3.3) |
| 60 | + activesupport (>= 5.0) |
42 | 61 | addressable (~> 2.8)
|
| 62 | + process_executer (~> 1.1) |
43 | 63 | rchardet (~> 1.8)
|
| 64 | + i18n (1.14.7) |
| 65 | + concurrent-ruby (~> 1.0) |
44 | 66 | json (2.12.2)
|
45 | 67 | kramdown (2.5.1)
|
46 | 68 | rexml (>= 3.3.9)
|
47 | 69 | kramdown-parser-gfm (1.1.0)
|
48 | 70 | kramdown (~> 2.0)
|
49 | 71 | logger (1.7.0)
|
| 72 | + minitest (5.25.5) |
50 | 73 | nap (1.1.0)
|
51 | 74 | net-http (0.6.0)
|
52 | 75 | uri
|
53 | 76 | octokit (10.0.0)
|
54 | 77 | faraday (>= 1, < 3)
|
55 | 78 | sawyer (~> 0.9)
|
56 | 79 | open4 (1.3.4)
|
| 80 | + process_executer (1.3.0) |
57 | 81 | pstore (0.2.0)
|
58 | 82 | public_suffix (6.0.2)
|
59 | 83 | rake (13.3.0)
|
|
62 | 86 | sawyer (0.9.2)
|
63 | 87 | addressable (>= 2.3.5)
|
64 | 88 | faraday (>= 0.17.3, < 3)
|
65 |
| - terminal-table (3.0.2) |
66 |
| - unicode-display_width (>= 1.1.1, < 3) |
| 89 | + securerandom (0.4.1) |
| 90 | + terminal-table (4.0.0) |
| 91 | + unicode-display_width (>= 1.1.1, < 4) |
67 | 92 | thor (1.0.1)
|
68 |
| - unicode-display_width (2.6.0) |
| 93 | + tzinfo (2.0.6) |
| 94 | + concurrent-ruby (~> 1.0) |
| 95 | + unicode-display_width (3.1.4) |
| 96 | + unicode-emoji (~> 4.0, >= 4.0.4) |
| 97 | + unicode-emoji (4.0.4) |
69 | 98 | uri (1.0.3)
|
70 | 99 |
|
71 | 100 | PLATFORMS
|
|
0 commit comments