-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
123 lines (119 loc) · 2.64 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
GIT
remote: git://github.com/RiotGames/berkshelf.git
revision: 0216e20c4038370c8a0c15db706c2db78df52ed9
specs:
berkshelf (1.2.1)
activesupport
chozo (>= 0.6.1)
faraday (>= 0.8.5)
hashie (>= 2.0.2)
json (>= 1.5.0)
minitar
mixlib-config
mixlib-shellout
moneta (~> 0.6.0)
multi_json (~> 1.5)
net-ssh-gateway (= 1.1.0)
retryable
ridley (>= 0.8.3)
solve (>= 0.4.2)
thor (~> 0.16.0)
yajl-ruby
GIT
remote: git://github.com/opscode/test-kitchen.git
revision: ab1b878561e896c0619a780d168e71addff2ad91
branch: 1.0
specs:
test-kitchen (1.0.0.dev)
celluloid
mixlib-shellout
net-scp
net-ssh
pry
safe_yaml
thor
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.3.3)
celluloid (0.12.4)
facter (>= 1.6.12)
timers (>= 1.0.0)
chozo (0.6.1)
activesupport (>= 3.2.0)
hashie (>= 2.0.2)
multi_json (>= 1.3.0)
coderay (1.0.9)
concurrent-ruby (1.1.7)
erubis (2.7.0)
facter (1.6.17)
faraday (0.8.6)
multipart-post (~> 1.1)
hashie (2.0.2)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
json (1.7.7)
kitchen-lxc (0.0.1.beta1)
test-kitchen (>= 1.0.0.alpha.0)
method_source (0.8.1)
minitar (0.5.4)
minitest (5.14.2)
mixlib-authentication (1.3.0)
mixlib-log
mixlib-config (1.1.2)
mixlib-log (1.4.1)
mixlib-shellout (1.1.0)
moneta (0.6.0)
multi_json (1.15.0)
multipart-post (1.2.0)
net-http-persistent (2.8)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-ssh (2.6.6)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
pry (0.9.12)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
retryable (1.3.2)
ridley (0.8.3)
activesupport (>= 3.2.0)
addressable
celluloid
chozo (>= 0.6.0)
erubis
faraday (>= 0.8.4)
json (>= 1.5.0)
mixlib-authentication (>= 1.3.0)
mixlib-config (>= 1.1.0)
mixlib-log (>= 1.3.0)
mixlib-shellout (>= 1.1.0)
multi_json (>= 1.0.4)
net-http-persistent (>= 2.8)
net-ssh
retryable
solve (>= 0.4.1)
safe_yaml (0.8.5)
slop (3.4.3)
solve (0.4.2)
json
thor (0.16.0)
thread_safe (0.3.6)
timers (1.1.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
yajl-ruby (1.4.1)
zeitwerk (2.4.0)
PLATFORMS
ruby
DEPENDENCIES
berkshelf!
kitchen-lxc
test-kitchen!