Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 707e7a9

Browse files
1 parent 152df0d commit 707e7a9

File tree

1 file changed

+51
-16
lines changed

1 file changed

+51
-16
lines changed

Gemfile.lock

Lines changed: 51 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ GEM
105105
gherkin (~> 5.0)
106106
cucumber-tag_expressions (1.1.1)
107107
diff-lcs (1.3)
108+
equatable (0.5.0)
108109
erubis (2.7.0)
109110
excon (0.62.0)
110111
faraday (0.15.2)
@@ -113,7 +114,7 @@ GEM
113114
faraday (~> 0.8)
114115
fauxhai (6.6.0)
115116
net-ssh
116-
ffi (1.9.25)
117+
ffi (1.11.1)
117118
ffi-yajl (2.3.1)
118119
libyajl2 (~> 1.2)
119120
foodcritic (14.2.0)
@@ -135,7 +136,7 @@ GEM
135136
rainbow (>= 2.1)
136137
rake (>= 10.0)
137138
retriable (~> 2.1)
138-
gssapi (1.2.0)
139+
gssapi (1.3.0)
139140
ffi (>= 1.0.1)
140141
guard (2.14.2)
141142
formatador (>= 0.2.4)
@@ -185,6 +186,11 @@ GEM
185186
kitchen-transport-rsync (0.1.2)
186187
test-kitchen (~> 1.4)
187188
libyajl2 (1.2.0)
189+
license-acceptance (1.0.12)
190+
pastel (~> 0.7)
191+
tomlrb (~> 1.2)
192+
tty-box (~> 0.3)
193+
tty-prompt (~> 0.18)
188194
listen (3.1.5)
189195
rb-fsevent (~> 0.9, >= 0.9.4)
190196
rb-inotify (~> 0.9, >= 0.9.7)
@@ -208,24 +214,25 @@ GEM
208214
mixlib-cli (1.7.0)
209215
mixlib-config (2.2.13)
210216
tomlrb
211-
mixlib-install (3.11.5)
217+
mixlib-install (3.11.18)
212218
mixlib-shellout
213219
mixlib-versioning
214220
thor
215221
mixlib-log (1.7.1)
216-
mixlib-shellout (2.4.0)
217-
mixlib-versioning (1.2.2)
222+
mixlib-shellout (2.4.4)
223+
mixlib-versioning (1.2.7)
218224
molinillo (0.6.6)
219225
multi_json (1.13.1)
220226
multipart-post (2.0.0)
227+
necromancer (0.4.0)
221228
nenv (0.3.0)
222-
net-scp (1.2.1)
223-
net-ssh (>= 2.6.5)
229+
net-scp (2.0.0)
230+
net-ssh (>= 2.6.5, < 6.0.0)
224231
net-sftp (2.1.2)
225232
net-ssh (>= 2.6.5)
226233
net-ssh (4.2.0)
227-
net-ssh-gateway (1.3.0)
228-
net-ssh (>= 2.6.5)
234+
net-ssh-gateway (2.0.0)
235+
net-ssh (>= 4.0.0)
229236
net-ssh-multi (1.2.1)
230237
net-ssh (>= 2.6.5)
231238
net-ssh-gateway (>= 1.2.0)
@@ -254,6 +261,9 @@ GEM
254261
parallel (1.12.1)
255262
parser (2.5.1.2)
256263
ast (~> 2.4.0)
264+
pastel (0.7.2)
265+
equatable (~> 0.5.0)
266+
tty-color (~> 0.4.0)
257267
plist (3.4.0)
258268
polyglot (0.3.5)
259269
powerpack (0.1.2)
@@ -319,7 +329,7 @@ GEM
319329
ruby_dep (1.5.0)
320330
ruby_gntp (0.3.4)
321331
rubyntlm (0.6.2)
322-
rubyzip (1.2.2)
332+
rubyzip (1.2.3)
323333
rufus-lru (1.1.0)
324334
sawyer (0.8.1)
325335
addressable (>= 2.3.5, < 2.6)
@@ -343,14 +353,20 @@ GEM
343353
stove (6.0.0)
344354
chef-api (~> 0.5)
345355
logify (~> 0.2)
356+
strings (0.1.4)
357+
strings-ansi (~> 0.1.0)
358+
unicode-display_width (~> 1.4.0)
359+
unicode_utils (~> 1.4.0)
360+
strings-ansi (0.1.0)
346361
syslog-logger (1.6.8)
347362
systemu (2.6.5)
348-
test-kitchen (1.23.2)
363+
test-kitchen (1.25.0)
364+
license-acceptance (~> 1.0, >= 1.0.11)
349365
mixlib-install (~> 3.6)
350366
mixlib-shellout (>= 1.2, < 3.0)
351-
net-scp (~> 1.1)
367+
net-scp (>= 1.1, < 3.0)
352368
net-ssh (>= 2.9, < 5.0)
353-
net-ssh-gateway (~> 1.2)
369+
net-ssh-gateway (>= 1.2, < 3.0)
354370
thor (~> 0.19)
355371
winrm (~> 2.0)
356372
winrm-elevated (~> 1.0)
@@ -362,14 +378,32 @@ GEM
362378
tomlrb (1.2.7)
363379
treetop (1.6.10)
364380
polyglot (~> 0.3)
381+
tty-box (0.3.0)
382+
pastel (~> 0.7.2)
383+
strings (~> 0.1.4)
384+
tty-cursor (~> 0.6.0)
385+
tty-color (0.4.3)
386+
tty-cursor (0.6.1)
387+
tty-prompt (0.18.1)
388+
necromancer (~> 0.4.0)
389+
pastel (~> 0.7.0)
390+
timers (~> 4.0)
391+
tty-cursor (~> 0.6.0)
392+
tty-reader (~> 0.5.0)
393+
tty-reader (0.5.0)
394+
tty-cursor (~> 0.6.0)
395+
tty-screen (~> 0.6.4)
396+
wisper (~> 2.0.0)
397+
tty-screen (0.6.5)
365398
tzinfo (1.2.5)
366399
thread_safe (~> 0.1)
367400
unicode-display_width (1.4.0)
401+
unicode_utils (1.4.0)
368402
uuidtools (2.1.5)
369403
varia_model (0.6.0)
370404
buff-extensions (~> 2.0)
371405
hashie (>= 2.0.2, < 4.0.0)
372-
winrm (2.2.3)
406+
winrm (2.3.2)
373407
builder (>= 2.1.2)
374408
erubis (~> 2.7)
375409
gssapi (~> 1.2)
@@ -378,14 +412,15 @@ GEM
378412
logging (>= 1.6.1, < 3.0)
379413
nori (~> 2.0)
380414
rubyntlm (~> 0.6.0, >= 0.6.1)
381-
winrm-elevated (1.1.0)
415+
winrm-elevated (1.1.1)
382416
winrm (~> 2.0)
383417
winrm-fs (~> 1.0)
384-
winrm-fs (1.3.0)
418+
winrm-fs (1.3.2)
385419
erubis (~> 2.7)
386420
logging (>= 1.6.1, < 3.0)
387421
rubyzip (~> 1.1)
388422
winrm (~> 2.0)
423+
wisper (2.0.0)
389424
wmi-lite (1.0.0)
390425

391426
PLATFORMS

0 commit comments

Comments
 (0)