]> git.openstreetmap.org Git - chef.git/blob - Gemfile.lock
Improve consistency of :location for site roles
[chef.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     activesupport (7.2.3)
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     addressable (2.8.8)
17       public_suffix (>= 2.0.2, < 8.0)
18     ast (2.4.3)
19     azure_graph_rbac (0.17.2)
20       ms_rest_azure (~> 0.12.0)
21     azure_mgmt_key_vault (0.17.7)
22       ms_rest_azure (~> 0.12.0)
23     azure_mgmt_resources (0.18.2)
24       ms_rest_azure (~> 0.12.0)
25     azure_mgmt_security (0.19.0)
26       ms_rest_azure (~> 0.12.0)
27     azure_mgmt_storage (0.23.0)
28       ms_rest_azure (~> 0.12.0)
29     base64 (0.3.0)
30     bcrypt_pbkdf (1.1.2)
31     bcrypt_pbkdf (1.1.2-arm64-darwin)
32     bcrypt_pbkdf (1.1.2-x86_64-darwin)
33     benchmark (0.5.0)
34     bigdecimal (4.0.1)
35     builder (3.3.0)
36     chef-config (19.1.164)
37       addressable
38       chef-utils (= 19.1.164)
39       fuzzyurl
40       mixlib-config (>= 2.2.12, < 4.0)
41       mixlib-shellout (>= 2.0, < 4.0)
42       racc
43       tomlrb (~> 1.2)
44     chef-gyoku (1.5.0)
45       builder (>= 2.1.2)
46       rexml (~> 3.4)
47     chef-licensing (1.4.0)
48       chef-config (>= 15)
49       faraday (>= 1, < 3)
50       faraday-http-cache
51       mixlib-log (~> 3.0)
52       ostruct (~> 0.6.0)
53       pstore (~> 0.1.1)
54       tty-prompt (~> 0.23)
55       tty-spinner (~> 0.9.3)
56     chef-telemetry (1.1.1)
57       chef-config
58       concurrent-ruby (~> 1.0)
59     chef-utils (19.1.164)
60       concurrent-ruby
61     chef-winrm (2.5.0)
62       builder (>= 2.1.2)
63       chef-gyoku (~> 1.5)
64       erubi (~> 1.8)
65       gssapi (~> 1.2)
66       httpclient (~> 2.2, >= 2.2.0.2)
67       logging (>= 1.6.1, < 3.0)
68       nori (~> 2.7)
69       rexml (>= 3.4.2, < 4.0)
70       rubyntlm (~> 0.6.0, >= 0.6.3)
71     chef-winrm-elevated (1.2.5)
72       chef-winrm (>= 2.3.11)
73       chef-winrm-fs (>= 1.3.7)
74       erubi (~> 1.8)
75     chef-winrm-fs (1.4.2)
76       benchmark (~> 0.5.0)
77       chef-winrm (~> 2.4)
78       csv (~> 3.3)
79       erubi (>= 1.7)
80       logging (>= 1.6.1, < 3.0)
81       rubyzip (~> 2.0)
82     coderay (1.1.3)
83     concurrent-ruby (1.3.6)
84     connection_pool (3.0.2)
85     cookstyle (8.5.3)
86       rubocop (= 1.81.7)
87     csv (3.3.5)
88     date (3.5.1)
89     declarative (0.0.20)
90     diff-lcs (1.6.2)
91     docker-api (2.4.0)
92       excon (>= 0.64.0)
93       multi_json
94     domain_name (0.6.20240107)
95     drb (2.2.3)
96     ed25519 (1.4.0)
97     erb (6.0.1)
98     erubi (1.13.1)
99     excon (1.3.2)
100       logger
101     faraday (1.10.5)
102       faraday-em_http (~> 1.0)
103       faraday-em_synchrony (~> 1.0)
104       faraday-excon (~> 1.1)
105       faraday-httpclient (~> 1.0)
106       faraday-multipart (~> 1.0)
107       faraday-net_http (~> 1.0)
108       faraday-net_http_persistent (~> 1.0)
109       faraday-patron (~> 1.0)
110       faraday-rack (~> 1.0)
111       faraday-retry (~> 1.0)
112       ruby2_keywords (>= 0.0.4)
113     faraday-cookie_jar (0.0.8)
114       faraday (>= 0.8.0)
115       http-cookie (>= 1.0.0)
116     faraday-em_http (1.0.0)
117     faraday-em_synchrony (1.0.1)
118     faraday-excon (1.1.0)
119     faraday-follow_redirects (0.5.0)
120       faraday (>= 1, < 3)
121     faraday-http-cache (2.6.1)
122       faraday (>= 0.8)
123     faraday-httpclient (1.0.1)
124     faraday-multipart (1.2.0)
125       multipart-post (~> 2.0)
126     faraday-net_http (1.0.2)
127     faraday-net_http_persistent (1.2.0)
128     faraday-patron (1.0.0)
129     faraday-rack (1.0.0)
130     faraday-retry (1.0.3)
131     ffi (1.17.3)
132     ffi (1.17.3-aarch64-linux-gnu)
133     ffi (1.17.3-aarch64-linux-musl)
134     ffi (1.17.3-arm-linux-gnu)
135     ffi (1.17.3-arm-linux-musl)
136     ffi (1.17.3-arm64-darwin)
137     ffi (1.17.3-x86-linux-gnu)
138     ffi (1.17.3-x86-linux-musl)
139     ffi (1.17.3-x86_64-darwin)
140     ffi (1.17.3-x86_64-linux-gnu)
141     ffi (1.17.3-x86_64-linux-musl)
142     fuzzyurl (0.9.0)
143     google-apis-admin_directory_v1 (0.46.0)
144       google-apis-core (>= 0.11.0, < 2.a)
145     google-apis-cloudkms_v1 (0.41.0)
146       google-apis-core (>= 0.11.0, < 2.a)
147     google-apis-cloudresourcemanager_v1 (0.35.0)
148       google-apis-core (>= 0.11.0, < 2.a)
149     google-apis-compute_v1 (0.83.0)
150       google-apis-core (>= 0.11.0, < 2.a)
151     google-apis-core (0.11.3)
152       addressable (~> 2.5, >= 2.5.1)
153       googleauth (>= 0.16.2, < 2.a)
154       httpclient (>= 2.8.1, < 3.a)
155       mini_mime (~> 1.0)
156       representable (~> 3.0)
157       retriable (>= 2.0, < 4.a)
158       rexml
159     google-apis-iam_v1 (0.50.0)
160       google-apis-core (>= 0.11.0, < 2.a)
161     google-apis-monitoring_v3 (0.51.0)
162       google-apis-core (>= 0.11.0, < 2.a)
163     google-apis-storage_v1 (0.30.0)
164       google-apis-core (>= 0.11.0, < 2.a)
165     googleauth (1.8.1)
166       faraday (>= 0.17.3, < 3.a)
167       jwt (>= 1.4, < 3.0)
168       multi_json (~> 1.11)
169       os (>= 0.9, < 2.0)
170       signet (>= 0.16, < 2.a)
171     gssapi (1.3.1)
172       ffi (>= 1.0.1)
173     hashie (5.1.0)
174       logger
175     http-cookie (1.1.0)
176       domain_name (~> 0.5)
177     httpclient (2.9.0)
178       mutex_m
179     i18n (1.14.8)
180       concurrent-ruby (~> 1.0)
181     inifile (3.0.0)
182     inspec-core (7.0.95)
183       addressable (~> 2.4)
184       chef-licensing (>= 1.2.0)
185       chef-telemetry (~> 1.0, >= 1.0.8)
186       cookstyle
187       csv (~> 3.0)
188       faraday (>= 1, < 3)
189       faraday-follow_redirects (~> 0.3)
190       hashie (>= 3.4, < 6.0)
191       license-acceptance (>= 0.2.13, < 3.0)
192       method_source (>= 0.8, < 2.0)
193       mixlib-log (~> 3.0)
194       multipart-post (~> 2.0)
195       ostruct (>= 0.1, < 0.7)
196       parallel (~> 1.9)
197       parslet (>= 1.5, < 3.0)
198       pry (~> 0.13)
199       rspec (>= 3.9, <= 3.14)
200       rspec-its (>= 1.2, < 3.0)
201       rubyzip (>= 1.2.2, < 4.0)
202       semverse (~> 3.0)
203       sslshake (~> 1.2)
204       syslog (~> 0.1)
205       thor (>= 0.20, < 1.5.0)
206       tomlrb (>= 1.3, < 2.1)
207       train-core (~> 3.13, >= 3.13.4)
208       tty-prompt (~> 0.17)
209       tty-table (~> 0.10)
210     io-console (0.8.2)
211     irb (1.17.0)
212       pp (>= 0.6.0)
213       prism (>= 1.3.0)
214       rdoc (>= 4.0.0)
215       reline (>= 0.4.2)
216     json (2.18.1)
217     jwt (2.10.2)
218       base64
219     kitchen-dokken (2.22.2)
220       docker-api (>= 1.33, < 3)
221       kitchen-omnibus-chef (>= 1.0)
222       lockfile (~> 2.1)
223       test-kitchen (>= 1.15, < 5)
224     kitchen-inspec (3.1.0)
225       hashie (>= 3.4, < 6.0)
226       inspec-core (>= 2.2.64, < 8.0)
227       test-kitchen (>= 2.7, < 5)
228       train
229     kitchen-omnibus-chef (1.1.0)
230       license-acceptance (>= 1.0.11, < 3.0)
231       mixlib-install (>= 3.14)
232       mixlib-shellout (>= 1.2, < 4.0)
233       test-kitchen (>= 4.0)
234     language_server-protocol (3.17.0.5)
235     license-acceptance (2.1.13)
236       pastel (~> 0.7)
237       tomlrb (>= 1.2, < 3.0)
238       tty-box (~> 0.6)
239       tty-prompt (~> 0.20)
240     lint_roller (1.1.0)
241     little-plugger (1.1.4)
242     lockfile (2.1.3)
243     logger (1.7.0)
244     logging (2.4.0)
245       little-plugger (~> 1.1)
246       multi_json (~> 1.14)
247     method_source (1.1.0)
248     mini_mime (1.1.5)
249     minitest (6.0.1)
250       prism (~> 1.5)
251     mixlib-config (3.0.27)
252       tomlrb
253     mixlib-install (3.15.0)
254       mixlib-shellout
255       mixlib-versioning
256       thor
257     mixlib-log (3.2.3)
258       ffi (>= 1.15.5)
259     mixlib-shellout (3.4.10)
260       chef-utils
261     mixlib-versioning (1.2.12)
262     ms_rest (0.7.6)
263       concurrent-ruby (~> 1.0)
264       faraday (>= 0.9, < 2.0.0)
265       timeliness (~> 0.3.10)
266     ms_rest_azure (0.12.0)
267       concurrent-ruby (~> 1.0)
268       faraday (>= 0.9, < 2.0.0)
269       faraday-cookie_jar (~> 0.0.6)
270       ms_rest (~> 0.7.6)
271     multi_json (1.19.1)
272     multipart-post (2.4.1)
273     mutex_m (0.3.0)
274     net-scp (4.1.0)
275       net-ssh (>= 2.6.5, < 8.0.0)
276     net-ssh (7.3.0)
277     net-ssh-gateway (2.0.0)
278       net-ssh (>= 4.0.0)
279     nori (2.7.1)
280       bigdecimal
281     os (1.1.4)
282     ostruct (0.6.3)
283     parallel (1.27.0)
284     parser (3.3.10.1)
285       ast (~> 2.4.1)
286       racc
287     parslet (2.0.0)
288     pastel (0.8.0)
289       tty-color (~> 0.5)
290     pp (0.6.3)
291       prettyprint
292     prettyprint (0.2.0)
293     prism (1.9.0)
294     pry (0.16.0)
295       coderay (~> 1.1)
296       method_source (~> 1.0)
297       reline (>= 0.6.0)
298     pstore (0.1.4)
299     psych (5.3.1)
300       date
301       stringio
302     public_suffix (7.0.2)
303     racc (1.8.1)
304     rainbow (3.1.1)
305     rdoc (7.2.0)
306       erb
307       psych (>= 4.0.0)
308       tsort
309     regexp_parser (2.11.3)
310     reline (0.6.3)
311       io-console (~> 0.5)
312     representable (3.2.0)
313       declarative (< 0.1.0)
314       trailblazer-option (>= 0.1.1, < 0.2.0)
315       uber (< 0.2.0)
316     retriable (3.1.2)
317     rexml (3.4.4)
318     rspec (3.13.2)
319       rspec-core (~> 3.13.0)
320       rspec-expectations (~> 3.13.0)
321       rspec-mocks (~> 3.13.0)
322     rspec-core (3.13.6)
323       rspec-support (~> 3.13.0)
324     rspec-expectations (3.13.5)
325       diff-lcs (>= 1.2.0, < 2.0)
326       rspec-support (~> 3.13.0)
327     rspec-its (2.0.0)
328       rspec-core (>= 3.13.0)
329       rspec-expectations (>= 3.13.0)
330     rspec-mocks (3.13.7)
331       diff-lcs (>= 1.2.0, < 2.0)
332       rspec-support (~> 3.13.0)
333     rspec-support (3.13.7)
334     rubocop (1.81.7)
335       json (~> 2.3)
336       language_server-protocol (~> 3.17.0.2)
337       lint_roller (~> 1.1.0)
338       parallel (~> 1.10)
339       parser (>= 3.3.0.2)
340       rainbow (>= 2.2.2, < 4.0)
341       regexp_parser (>= 2.9.3, < 3.0)
342       rubocop-ast (>= 1.47.1, < 2.0)
343       ruby-progressbar (~> 1.7)
344       unicode-display_width (>= 2.4.0, < 4.0)
345     rubocop-ast (1.49.0)
346       parser (>= 3.3.7.2)
347       prism (~> 1.7)
348     ruby-progressbar (1.13.0)
349     ruby2_keywords (0.0.5)
350     rubyntlm (0.6.5)
351       base64
352     rubyzip (2.4.1)
353     securerandom (0.4.1)
354     semverse (3.0.2)
355     signet (0.21.0)
356       addressable (~> 2.8)
357       faraday (>= 0.17.5, < 3.a)
358       jwt (>= 1.5, < 4.0)
359       multi_json (~> 1.10)
360     socksify (1.8.1)
361     sslshake (1.3.1)
362     stringio (3.2.0)
363     strings (0.2.1)
364       strings-ansi (~> 0.2)
365       unicode-display_width (>= 1.5, < 3.0)
366       unicode_utils (~> 1.4)
367     strings-ansi (0.2.0)
368     syslog (0.4.0)
369       logger
370     test-kitchen (4.0.0)
371       bcrypt_pbkdf (~> 1.0)
372       chef-utils (>= 16.4.35)
373       chef-winrm (>= 2.5.0, < 3.0)
374       chef-winrm-elevated (>= 1.0, < 2.0)
375       chef-winrm-fs (>= 1.0, < 2.0)
376       csv (~> 3.3)
377       ed25519 (~> 1.3)
378       irb (~> 1.15)
379       mixlib-install (~> 3.6)
380       mixlib-shellout (>= 1.2, < 4.0)
381       net-scp (>= 1.1, < 5.0)
382       net-ssh (>= 2.9, < 8.0)
383       net-ssh-gateway (>= 1.2, < 3.0)
384       ostruct (~> 0.6)
385       syslog (~> 0.3)
386       thor (>= 0.19, < 2.0)
387     thor (1.4.0)
388     timeliness (0.3.10)
389     tomlrb (1.3.0)
390     trailblazer-option (0.1.2)
391     train (3.16.1)
392       activesupport (~> 7.2, >= 7.2.2.1)
393       azure_graph_rbac (~> 0.16)
394       azure_mgmt_key_vault (~> 0.17)
395       azure_mgmt_resources (~> 0.15)
396       azure_mgmt_security (~> 0.18)
397       azure_mgmt_storage (~> 0.18)
398       docker-api (>= 1.26, < 3.0)
399       google-apis-admin_directory_v1 (~> 0.46.0)
400       google-apis-cloudkms_v1 (~> 0.41.0)
401       google-apis-cloudresourcemanager_v1 (~> 0.35.0)
402       google-apis-compute_v1 (~> 0.83.0)
403       google-apis-iam_v1 (~> 0.50.0)
404       google-apis-monitoring_v3 (~> 0.51.0)
405       google-apis-storage_v1 (~> 0.30.0)
406       googleauth (>= 0.16.2, < 1.9.0)
407       inifile (~> 3.0)
408       ostruct (~> 0.6.0)
409       train-core (= 3.16.1)
410       train-winrm (~> 0.4.0)
411     train-core (3.16.1)
412       addressable (~> 2.5)
413       ffi (>= 1.16.0, < 1.18)
414       json (>= 1.8, < 3.0)
415       mixlib-shellout (>= 2.0, < 4.0)
416       net-scp (>= 1.2, < 5.0)
417       net-ssh (>= 2.9, < 8.0)
418     train-winrm (0.4.3)
419       chef-winrm (>= 2.4.4, < 3.0)
420       chef-winrm-elevated (>= 1.2.5, < 2.0)
421       chef-winrm-fs (>= 1.4.1, < 2.0)
422       socksify (~> 1.8)
423     tsort (0.2.0)
424     tty-box (0.7.0)
425       pastel (~> 0.8)
426       strings (~> 0.2.0)
427       tty-cursor (~> 0.7)
428     tty-color (0.6.0)
429     tty-cursor (0.7.1)
430     tty-prompt (0.23.1)
431       pastel (~> 0.8)
432       tty-reader (~> 0.8)
433     tty-reader (0.9.0)
434       tty-cursor (~> 0.7)
435       tty-screen (~> 0.8)
436       wisper (~> 2.0)
437     tty-screen (0.8.2)
438     tty-spinner (0.9.3)
439       tty-cursor (~> 0.7)
440     tty-table (0.12.0)
441       pastel (~> 0.8)
442       strings (~> 0.2.0)
443       tty-screen (~> 0.8)
444     tzinfo (2.0.6)
445       concurrent-ruby (~> 1.0)
446     uber (0.1.0)
447     unicode-display_width (2.6.0)
448     unicode_utils (1.4.0)
449     wisper (2.0.1)
450
451 PLATFORMS
452   aarch64-linux-gnu
453   aarch64-linux-musl
454   arm-linux-gnu
455   arm-linux-musl
456   arm64-darwin
457   ruby
458   x86-linux-gnu
459   x86-linux-musl
460   x86_64-darwin
461   x86_64-linux-gnu
462   x86_64-linux-musl
463
464 DEPENDENCIES
465   cookstyle
466   kitchen-dokken (>= 2.21.4)
467   kitchen-inspec
468   test-kitchen
469
470 BUNDLED WITH
471    2.6.9