|
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | | - danger-duplicate_localizable_strings (0.0.4) |
5 | | - danger (~> 6.0) |
| 4 | + danger-duplicate_localizable_strings (0.1.2) |
| 5 | + danger (~> 6.2) |
6 | 6 |
|
7 | 7 | GEM |
8 | 8 | remote: https://rubygems.org/ |
9 | 9 | specs: |
10 | | - addressable (2.6.0) |
11 | | - public_suffix (>= 2.0.2, < 4.0) |
| 10 | + addressable (2.7.0) |
| 11 | + public_suffix (>= 2.0.2, < 5.0) |
12 | 12 | ast (2.4.0) |
13 | | - claide (1.0.2) |
| 13 | + claide (1.0.3) |
14 | 14 | claide-plugins (0.9.2) |
15 | 15 | cork |
16 | 16 | nap |
|
19 | 19 | colored2 (3.1.2) |
20 | 20 | cork (0.3.0) |
21 | 21 | colored2 (~> 3.1) |
22 | | - danger (6.0.6) |
| 22 | + danger (6.2.2) |
23 | 23 | claide (~> 1.0) |
24 | 24 | claide-plugins (>= 0.9.2) |
25 | 25 | colored2 (~> 3.1) |
26 | 26 | cork (~> 0.1) |
27 | 27 | faraday (~> 0.9) |
28 | | - faraday-http-cache (~> 1.0) |
29 | | - git (~> 1.5) |
| 28 | + faraday-http-cache (~> 2.0) |
| 29 | + git (~> 1.6) |
30 | 30 | kramdown (~> 2.0) |
31 | 31 | kramdown-parser-gfm (~> 1.0) |
32 | 32 | no_proxy_fix |
33 | 33 | octokit (~> 4.7) |
34 | 34 | terminal-table (~> 1) |
35 | 35 | diff-lcs (1.3) |
36 | | - faraday (0.15.4) |
| 36 | + faraday (0.17.3) |
37 | 37 | multipart-post (>= 1.2, < 3) |
38 | | - faraday-http-cache (1.3.1) |
| 38 | + faraday-http-cache (2.0.0) |
39 | 39 | faraday (~> 0.8) |
40 | | - ffi (1.10.0) |
| 40 | + ffi (1.12.2) |
41 | 41 | formatador (0.2.5) |
42 | | - git (1.5.0) |
43 | | - guard (2.15.0) |
| 42 | + git (1.6.0) |
| 43 | + rchardet (~> 1.8) |
| 44 | + guard (2.16.1) |
44 | 45 | formatador (>= 0.2.4) |
45 | 46 | listen (>= 2.7, < 4.0) |
46 | 47 | lumberjack (>= 1.0.12, < 2.0) |
|
54 | 55 | guard (~> 2.1) |
55 | 56 | guard-compat (~> 1.1) |
56 | 57 | rspec (>= 2.99.0, < 4.0) |
57 | | - jaro_winkler (1.5.2) |
| 58 | + jaro_winkler (1.5.4) |
58 | 59 | kramdown (2.1.0) |
59 | | - kramdown-parser-gfm (1.0.1) |
| 60 | + kramdown-parser-gfm (1.1.0) |
60 | 61 | kramdown (~> 2.0) |
61 | 62 | listen (3.1.5) |
62 | 63 | rb-fsevent (~> 0.9, >= 0.9.4) |
63 | 64 | rb-inotify (~> 0.9, >= 0.9.7) |
64 | 65 | ruby_dep (~> 1.2) |
65 | | - lumberjack (1.0.13) |
| 66 | + lumberjack (1.2.4) |
66 | 67 | method_source (0.9.2) |
67 | | - multipart-post (2.0.0) |
| 68 | + multipart-post (2.1.1) |
68 | 69 | nap (1.1.0) |
69 | 70 | nenv (0.3.0) |
70 | 71 | no_proxy_fix (0.1.2) |
71 | | - notiffany (0.1.1) |
| 72 | + notiffany (0.1.3) |
72 | 73 | nenv (~> 0.1) |
73 | 74 | shellany (~> 0.0) |
74 | | - octokit (4.14.0) |
| 75 | + octokit (4.16.0) |
| 76 | + faraday (>= 0.9) |
75 | 77 | sawyer (~> 0.8.0, >= 0.5.3) |
76 | 78 | open4 (1.3.4) |
77 | | - parallel (1.17.0) |
78 | | - parser (2.6.3.0) |
| 79 | + parallel (1.19.1) |
| 80 | + parser (2.7.0.2) |
79 | 81 | ast (~> 2.4.0) |
80 | 82 | pry (0.12.2) |
81 | 83 | coderay (~> 1.1.0) |
82 | 84 | method_source (~> 0.9.0) |
83 | | - public_suffix (3.0.3) |
| 85 | + public_suffix (4.0.3) |
84 | 86 | rainbow (3.0.0) |
85 | | - rake (12.3.2) |
| 87 | + rake (13.0.1) |
86 | 88 | rb-fsevent (0.10.3) |
87 | | - rb-inotify (0.10.0) |
| 89 | + rb-inotify (0.10.1) |
88 | 90 | ffi (~> 1.0) |
89 | | - rspec (3.8.0) |
90 | | - rspec-core (~> 3.8.0) |
91 | | - rspec-expectations (~> 3.8.0) |
92 | | - rspec-mocks (~> 3.8.0) |
93 | | - rspec-core (3.8.0) |
94 | | - rspec-support (~> 3.8.0) |
95 | | - rspec-expectations (3.8.3) |
| 91 | + rchardet (1.8.0) |
| 92 | + rspec (3.9.0) |
| 93 | + rspec-core (~> 3.9.0) |
| 94 | + rspec-expectations (~> 3.9.0) |
| 95 | + rspec-mocks (~> 3.9.0) |
| 96 | + rspec-core (3.9.1) |
| 97 | + rspec-support (~> 3.9.1) |
| 98 | + rspec-expectations (3.9.0) |
96 | 99 | diff-lcs (>= 1.2.0, < 2.0) |
97 | | - rspec-support (~> 3.8.0) |
98 | | - rspec-mocks (3.8.0) |
| 100 | + rspec-support (~> 3.9.0) |
| 101 | + rspec-mocks (3.9.1) |
99 | 102 | diff-lcs (>= 1.2.0, < 2.0) |
100 | | - rspec-support (~> 3.8.0) |
101 | | - rspec-support (3.8.0) |
102 | | - rubocop (0.68.1) |
| 103 | + rspec-support (~> 3.9.0) |
| 104 | + rspec-support (3.9.2) |
| 105 | + rubocop (0.79.0) |
103 | 106 | jaro_winkler (~> 1.5.1) |
104 | 107 | parallel (~> 1.10) |
105 | | - parser (>= 2.5, != 2.5.1.1) |
| 108 | + parser (>= 2.7.0.1) |
106 | 109 | rainbow (>= 2.2.2, < 4.0) |
107 | 110 | ruby-progressbar (~> 1.7) |
108 | | - unicode-display_width (>= 1.4.0, < 1.6) |
109 | | - ruby-progressbar (1.10.0) |
| 111 | + unicode-display_width (>= 1.4.0, < 1.7) |
| 112 | + ruby-progressbar (1.10.1) |
110 | 113 | ruby_dep (1.5.0) |
111 | 114 | sawyer (0.8.2) |
112 | 115 | addressable (>= 2.3.5) |
113 | 116 | faraday (> 0.8, < 2.0) |
114 | 117 | shellany (0.0.1) |
115 | 118 | terminal-table (1.8.0) |
116 | 119 | unicode-display_width (~> 1.1, >= 1.1.1) |
117 | | - thor (0.20.3) |
118 | | - unicode-display_width (1.5.0) |
119 | | - yard (0.9.19) |
| 120 | + thor (1.0.1) |
| 121 | + unicode-display_width (1.6.1) |
| 122 | + yard (0.9.24) |
120 | 123 |
|
121 | 124 | PLATFORMS |
122 | 125 | ruby |
123 | 126 |
|
124 | 127 | DEPENDENCIES |
125 | | - bundler (~> 2.0) |
| 128 | + bundler (~> 2.1) |
126 | 129 | danger-duplicate_localizable_strings! |
127 | 130 | guard (~> 2.15) |
128 | 131 | guard-rspec (~> 4.7) |
129 | 132 | listen (= 3.1.5) |
130 | 133 | pry |
131 | | - rake (~> 12.0) |
| 134 | + rake (~> 13.0) |
132 | 135 | rspec (~> 3.8) |
133 | | - rubocop (~> 0.68) |
| 136 | + rubocop (~> 0.79) |
134 | 137 | yard (~> 0.9) |
135 | 138 |
|
136 | 139 | BUNDLED WITH |
137 | | - 2.0.1 |
| 140 | + 2.1.4 |
0 commit comments