]> git.openstreetmap.org Git - chef.git/blob - Gemfile.lock
Merge remote-tracking branch 'github/pull/320'
[chef.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     ast (2.4.1)
5     bcrypt_pbkdf (1.0.1)
6     builder (3.2.4)
7     cookstyle (6.11.4)
8       rubocop (= 0.87.1)
9     diff-lcs (1.4.4)
10     docker-api (1.34.2)
11       excon (>= 0.47.0)
12       multi_json
13     ed25519 (1.2.4)
14     equatable (0.6.1)
15     erubi (1.9.0)
16     excon (0.75.0)
17     ffi (1.13.1)
18     gssapi (1.3.0)
19       ffi (>= 1.0.1)
20     gyoku (1.3.1)
21       builder (>= 2.1.2)
22     httpclient (2.8.3)
23     kitchen-dokken (2.10.0)
24       docker-api (~> 1.33)
25       lockfile (~> 2.1)
26       test-kitchen (>= 1.15, < 3)
27     license-acceptance (1.0.19)
28       pastel (~> 0.7)
29       tomlrb (~> 1.2)
30       tty-box (~> 0.3)
31       tty-prompt (~> 0.18)
32     little-plugger (1.1.4)
33     lockfile (2.1.3)
34     logging (2.3.0)
35       little-plugger (~> 1.1)
36       multi_json (~> 1.14)
37     mixlib-install (3.12.1)
38       mixlib-shellout
39       mixlib-versioning
40       thor
41     mixlib-shellout (3.0.9)
42     mixlib-versioning (1.2.12)
43     multi_json (1.15.0)
44     necromancer (0.5.1)
45     net-scp (3.0.0)
46       net-ssh (>= 2.6.5, < 7.0.0)
47     net-ssh (6.1.0)
48     net-ssh-gateway (2.0.0)
49       net-ssh (>= 4.0.0)
50     net-telnet (0.1.1)
51     nori (2.6.0)
52     parallel (1.19.2)
53     parser (2.7.1.4)
54       ast (~> 2.4.1)
55     pastel (0.7.4)
56       equatable (~> 0.6)
57       tty-color (~> 0.5)
58     rainbow (3.0.0)
59     regexp_parser (1.7.1)
60     rexml (3.2.4)
61     rspec (3.9.0)
62       rspec-core (~> 3.9.0)
63       rspec-expectations (~> 3.9.0)
64       rspec-mocks (~> 3.9.0)
65     rspec-core (3.9.2)
66       rspec-support (~> 3.9.3)
67     rspec-expectations (3.9.2)
68       diff-lcs (>= 1.2.0, < 2.0)
69       rspec-support (~> 3.9.0)
70     rspec-its (1.3.0)
71       rspec-core (>= 3.0.0)
72       rspec-expectations (>= 3.0.0)
73     rspec-mocks (3.9.1)
74       diff-lcs (>= 1.2.0, < 2.0)
75       rspec-support (~> 3.9.0)
76     rspec-support (3.9.3)
77     rubocop (0.87.1)
78       parallel (~> 1.10)
79       parser (>= 2.7.1.1)
80       rainbow (>= 2.2.2, < 4.0)
81       regexp_parser (>= 1.7)
82       rexml
83       rubocop-ast (>= 0.1.0, < 1.0)
84       ruby-progressbar (~> 1.7)
85       unicode-display_width (>= 1.4.0, < 2.0)
86     rubocop-ast (0.1.0)
87       parser (>= 2.7.0.1)
88     ruby-progressbar (1.10.1)
89     rubyntlm (0.6.2)
90     rubyzip (2.3.0)
91     serverspec (2.41.5)
92       multi_json
93       rspec (~> 3.0)
94       rspec-its
95       specinfra (~> 2.72)
96     sfl (2.3)
97     specinfra (2.82.18)
98       net-scp
99       net-ssh (>= 2.7)
100       net-telnet (= 0.1.1)
101       sfl
102     strings (0.1.8)
103       strings-ansi (~> 0.1)
104       unicode-display_width (~> 1.5)
105       unicode_utils (~> 1.4)
106     strings-ansi (0.2.0)
107     test-kitchen (2.5.3)
108       bcrypt_pbkdf (~> 1.0)
109       ed25519 (~> 1.2)
110       license-acceptance (~> 1.0, >= 1.0.11)
111       mixlib-install (~> 3.6)
112       mixlib-shellout (>= 1.2, < 4.0)
113       net-scp (>= 1.1, < 4.0)
114       net-ssh (>= 2.9, < 7.0)
115       net-ssh-gateway (>= 1.2, < 3.0)
116       thor (>= 0.19, < 2.0)
117       winrm (~> 2.0)
118       winrm-elevated (~> 1.0)
119       winrm-fs (~> 1.1)
120     thor (1.0.1)
121     tomlrb (1.3.0)
122     tty-box (0.5.0)
123       pastel (~> 0.7.2)
124       strings (~> 0.1.6)
125       tty-cursor (~> 0.7)
126     tty-color (0.5.1)
127     tty-cursor (0.7.1)
128     tty-prompt (0.21.0)
129       necromancer (~> 0.5.0)
130       pastel (~> 0.7.0)
131       tty-reader (~> 0.7.0)
132     tty-reader (0.7.0)
133       tty-cursor (~> 0.7)
134       tty-screen (~> 0.7)
135       wisper (~> 2.0.0)
136     tty-screen (0.8.0)
137     unicode-display_width (1.7.0)
138     unicode_utils (1.4.0)
139     winrm (2.3.4)
140       builder (>= 2.1.2)
141       erubi (~> 1.8)
142       gssapi (~> 1.2)
143       gyoku (~> 1.0)
144       httpclient (~> 2.2, >= 2.2.0.2)
145       logging (>= 1.6.1, < 3.0)
146       nori (~> 2.0)
147       rubyntlm (~> 0.6.0, >= 0.6.1)
148     winrm-elevated (1.2.1)
149       erubi (~> 1.8)
150       winrm (~> 2.0)
151       winrm-fs (~> 1.0)
152     winrm-fs (1.3.4)
153       erubi (~> 1.8)
154       logging (>= 1.6.1, < 3.0)
155       rubyzip (~> 2.0)
156       winrm (~> 2.0)
157     wisper (2.0.1)
158
159 PLATFORMS
160   ruby
161
162 DEPENDENCIES
163   cookstyle
164   kitchen-dokken
165   serverspec
166   test-kitchen
167
168 BUNDLED WITH
169    2.1.4