biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / misc / chef-cli / Gemfile.lock
blob95a301ec0cc2316f4a584f1575297347e0dbcd51
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     addressable (2.8.4)
5       public_suffix (>= 2.0.2, < 6.0)
6     aws-eventstream (1.2.0)
7     aws-partitions (1.749.0)
8     aws-sdk-core (3.171.0)
9       aws-eventstream (~> 1, >= 1.0.2)
10       aws-partitions (~> 1, >= 1.651.0)
11       aws-sigv4 (~> 1.5)
12       jmespath (~> 1, >= 1.6.1)
13     aws-sdk-kms (1.63.0)
14       aws-sdk-core (~> 3, >= 3.165.0)
15       aws-sigv4 (~> 1.1)
16     aws-sdk-s3 (1.120.1)
17       aws-sdk-core (~> 3, >= 3.165.0)
18       aws-sdk-kms (~> 1)
19       aws-sigv4 (~> 1.4)
20     aws-sdk-secretsmanager (1.73.0)
21       aws-sdk-core (~> 3, >= 3.165.0)
22       aws-sigv4 (~> 1.1)
23     aws-sigv4 (1.5.2)
24       aws-eventstream (~> 1, >= 1.0.2)
25     builder (3.2.4)
26     chef (17.10.0)
27       addressable
28       aws-sdk-s3 (~> 1.91)
29       aws-sdk-secretsmanager (~> 1.46)
30       chef-config (= 17.10.0)
31       chef-utils (= 17.10.0)
32       chef-vault
33       chef-zero (>= 14.0.11)
34       corefoundation (~> 0.3.4)
35       diff-lcs (>= 1.2.4, < 1.6.0, != 1.4.0)
36       erubis (~> 2.7)
37       ffi (>= 1.5.0)
38       ffi-libarchive (~> 1.0, >= 1.0.3)
39       ffi-yajl (~> 2.2)
40       iniparse (~> 1.4)
41       inspec-core (~> 4.23)
42       license-acceptance (>= 1.0.5, < 3)
43       mixlib-archive (>= 0.4, < 2.0)
44       mixlib-authentication (>= 2.1, < 4)
45       mixlib-cli (>= 2.1.1, < 3.0)
46       mixlib-log (>= 2.0.3, < 4.0)
47       mixlib-shellout (>= 3.1.1, < 4.0)
48       net-sftp (>= 2.1.2, < 4.0)
49       ohai (~> 17.0)
50       plist (~> 3.2)
51       proxifier (~> 1.0)
52       syslog-logger (~> 1.6)
53       train-core (~> 3.2, >= 3.2.28)
54       train-winrm (>= 0.2.5)
55       uuidtools (>= 2.1.5, < 3.0)
56       vault (~> 0.16)
57     chef-cli (5.6.8)
58       addressable (>= 2.3.5, < 2.9)
59       chef (>= 16.0)
60       cookbook-omnifetch (~> 0.5)
61       diff-lcs (>= 1.0, < 1.4)
62       ffi-yajl (>= 1.0, < 3.0)
63       license-acceptance (>= 1.0.11, < 3)
64       minitar (~> 0.6)
65       mixlib-cli (>= 1.7, < 3.0)
66       mixlib-shellout (>= 2.0, < 4.0)
67       pastel (~> 0.7)
68       solve (> 2.0, < 5.0)
69     chef-config (17.10.0)
70       addressable
71       chef-utils (= 17.10.0)
72       fuzzyurl
73       mixlib-config (>= 2.2.12, < 4.0)
74       mixlib-shellout (>= 2.0, < 4.0)
75       tomlrb (~> 1.2)
76     chef-telemetry (1.1.1)
77       chef-config
78       concurrent-ruby (~> 1.0)
79     chef-utils (17.10.0)
80       concurrent-ruby
81     chef-vault (4.1.11)
82     chef-zero (15.0.11)
83       ffi-yajl (~> 2.2)
84       hashie (>= 2.0, < 5.0)
85       mixlib-log (>= 2.0, < 4.0)
86       rack (~> 2.0, >= 2.0.6)
87       uuidtools (~> 2.1)
88       webrick
89     coderay (1.1.3)
90     concurrent-ruby (1.2.2)
91     cookbook-omnifetch (0.12.2)
92       mixlib-archive (>= 0.4, < 2.0)
93     corefoundation (0.3.13)
94       ffi (>= 1.15.0)
95     diff-lcs (1.3)
96     erubi (1.12.0)
97     erubis (2.7.0)
98     faraday (1.4.3)
99       faraday-em_http (~> 1.0)
100       faraday-em_synchrony (~> 1.0)
101       faraday-excon (~> 1.1)
102       faraday-net_http (~> 1.0)
103       faraday-net_http_persistent (~> 1.1)
104       multipart-post (>= 1.2, < 3)
105       ruby2_keywords (>= 0.0.4)
106     faraday-em_http (1.0.0)
107     faraday-em_synchrony (1.0.0)
108     faraday-excon (1.1.0)
109     faraday-net_http (1.0.1)
110     faraday-net_http_persistent (1.2.0)
111     faraday_middleware (1.2.0)
112       faraday (~> 1.0)
113     ffi (1.15.5)
114     ffi-libarchive (1.1.3)
115       ffi (~> 1.0)
116     ffi-yajl (2.4.0)
117       libyajl2 (>= 1.2)
118     fuzzyurl (0.9.0)
119     gssapi (1.3.1)
120       ffi (>= 1.0.1)
121     gyoku (1.4.0)
122       builder (>= 2.1.2)
123       rexml (~> 3.0)
124     hashie (4.1.0)
125     httpclient (2.8.3)
126     iniparse (1.5.0)
127     inspec-core (4.56.20)
128       addressable (~> 2.4)
129       chef-telemetry (~> 1.0, >= 1.0.8)
130       faraday (>= 0.9.0, < 1.5)
131       faraday_middleware (~> 1.0)
132       hashie (>= 3.4, < 5.0)
133       license-acceptance (>= 0.2.13, < 3.0)
134       method_source (>= 0.8, < 2.0)
135       mixlib-log (~> 3.0)
136       multipart-post (~> 2.0)
137       parallel (~> 1.9)
138       parslet (>= 1.5, < 2.0)
139       pry (~> 0.13)
140       rspec (>= 3.9, <= 3.11)
141       rspec-its (~> 1.2)
142       rubyzip (>= 1.2.2, < 3.0)
143       semverse (~> 3.0)
144       sslshake (~> 1.2)
145       thor (>= 0.20, < 2.0)
146       tomlrb (>= 1.2, < 2.1)
147       train-core (~> 3.0)
148       tty-prompt (~> 0.17)
149       tty-table (~> 0.10)
150     ipaddress (0.8.3)
151     jmespath (1.6.2)
152     json (2.6.3)
153     libyajl2 (2.1.0)
154     license-acceptance (2.1.13)
155       pastel (~> 0.7)
156       tomlrb (>= 1.2, < 3.0)
157       tty-box (~> 0.6)
158       tty-prompt (~> 0.20)
159     little-plugger (1.1.4)
160     logging (2.3.1)
161       little-plugger (~> 1.1)
162       multi_json (~> 1.14)
163     method_source (1.0.0)
164     minitar (0.9)
165     mixlib-archive (1.1.7)
166       mixlib-log
167     mixlib-authentication (3.0.10)
168     mixlib-cli (2.1.8)
169     mixlib-config (3.0.27)
170       tomlrb
171     mixlib-log (3.0.9)
172     mixlib-shellout (3.2.7)
173       chef-utils
174     molinillo (0.8.0)
175     multi_json (1.15.0)
176     multipart-post (2.3.0)
177     net-scp (4.0.0)
178       net-ssh (>= 2.6.5, < 8.0.0)
179     net-sftp (2.1.2)
180       net-ssh (>= 2.6.5)
181     net-ssh (7.1.0)
182     nori (2.6.0)
183     ohai (17.9.1)
184       chef-config (>= 14.12, < 18)
185       chef-utils (>= 16.0, < 18)
186       ffi (~> 1.9)
187       ffi-yajl (~> 2.2)
188       ipaddress
189       mixlib-cli (>= 1.7.0)
190       mixlib-config (>= 2.0, < 4.0)
191       mixlib-log (>= 2.0.1, < 4.0)
192       mixlib-shellout (~> 3.2, >= 3.2.5)
193       plist (~> 3.1)
194       train-core
195       wmi-lite (~> 1.0)
196     parallel (1.23.0)
197     parslet (1.8.2)
198     pastel (0.8.0)
199       tty-color (~> 0.5)
200     plist (3.7.0)
201     proxifier (1.0.3)
202     pry (0.14.2)
203       coderay (~> 1.1)
204       method_source (~> 1.0)
205     public_suffix (5.0.1)
206     rack (2.2.6.4)
207     rexml (3.2.5)
208     rspec (3.11.0)
209       rspec-core (~> 3.11.0)
210       rspec-expectations (~> 3.11.0)
211       rspec-mocks (~> 3.11.0)
212     rspec-core (3.11.0)
213       rspec-support (~> 3.11.0)
214     rspec-expectations (3.11.1)
215       diff-lcs (>= 1.2.0, < 2.0)
216       rspec-support (~> 3.11.0)
217     rspec-its (1.3.0)
218       rspec-core (>= 3.0.0)
219       rspec-expectations (>= 3.0.0)
220     rspec-mocks (3.11.2)
221       diff-lcs (>= 1.2.0, < 2.0)
222       rspec-support (~> 3.11.0)
223     rspec-support (3.11.1)
224     ruby2_keywords (0.0.5)
225     rubyntlm (0.6.3)
226     rubyzip (2.3.2)
227     semverse (3.0.2)
228     solve (4.0.4)
229       molinillo (~> 0.6)
230       semverse (>= 1.1, < 4.0)
231     sslshake (1.3.1)
232     strings (0.2.1)
233       strings-ansi (~> 0.2)
234       unicode-display_width (>= 1.5, < 3.0)
235       unicode_utils (~> 1.4)
236     strings-ansi (0.2.0)
237     syslog-logger (1.6.8)
238     thor (1.2.1)
239     tomlrb (1.3.0)
240     train-core (3.10.7)
241       addressable (~> 2.5)
242       ffi (!= 1.13.0)
243       json (>= 1.8, < 3.0)
244       mixlib-shellout (>= 2.0, < 4.0)
245       net-scp (>= 1.2, < 5.0)
246       net-ssh (>= 2.9, < 8.0)
247     train-winrm (0.2.13)
248       winrm (>= 2.3.6, < 3.0)
249       winrm-elevated (~> 1.2.2)
250       winrm-fs (~> 1.0)
251     tty-box (0.7.0)
252       pastel (~> 0.8)
253       strings (~> 0.2.0)
254       tty-cursor (~> 0.7)
255     tty-color (0.6.0)
256     tty-cursor (0.7.1)
257     tty-prompt (0.23.1)
258       pastel (~> 0.8)
259       tty-reader (~> 0.8)
260     tty-reader (0.9.0)
261       tty-cursor (~> 0.7)
262       tty-screen (~> 0.8)
263       wisper (~> 2.0)
264     tty-screen (0.8.1)
265     tty-table (0.12.0)
266       pastel (~> 0.8)
267       strings (~> 0.2.0)
268       tty-screen (~> 0.8)
269     unicode-display_width (2.4.2)
270     unicode_utils (1.4.0)
271     uuidtools (2.2.0)
272     vault (0.17.0)
273       aws-sigv4
274     webrick (1.8.1)
275     winrm (2.3.6)
276       builder (>= 2.1.2)
277       erubi (~> 1.8)
278       gssapi (~> 1.2)
279       gyoku (~> 1.0)
280       httpclient (~> 2.2, >= 2.2.0.2)
281       logging (>= 1.6.1, < 3.0)
282       nori (~> 2.0)
283       rubyntlm (~> 0.6.0, >= 0.6.3)
284     winrm-elevated (1.2.3)
285       erubi (~> 1.8)
286       winrm (~> 2.0)
287       winrm-fs (~> 1.0)
288     winrm-fs (1.3.5)
289       erubi (~> 1.8)
290       logging (>= 1.6.1, < 3.0)
291       rubyzip (~> 2.0)
292       winrm (~> 2.0)
293     wisper (2.0.1)
294     wmi-lite (1.0.7)
296 PLATFORMS
297   ruby
299 DEPENDENCIES
300   chef-cli!
302 BUNDLED WITH
303    2.1.4