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