Skip to content

Commit 8d791c6

Browse files
committed
Add ChefSpec to bundled gems
1 parent d9f49e2 commit 8d791c6

File tree

2 files changed

+87
-2
lines changed

2 files changed

+87
-2
lines changed

Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
source 'https://rubygems.org'
22

33
gem 'berkshelf'
4+
5+
group :test, :integration do
6+
gem 'chefspec', '~> 4.1.1'
7+
end
8+
49
group :integration do
510
gem 'test-kitchen', '~> 1.2'
611
gem 'kitchen-vagrant'

Gemfile.lock

+82-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (2.2.8)
55
addressable (2.3.6)
6-
berkshelf (3.2.1)
6+
berkshelf (3.2.2)
77
addressable (~> 2.3.4)
88
berkshelf-api-client (~> 1.2)
99
buff-config (~> 1.0)
@@ -35,16 +35,51 @@ GEM
3535
celluloid-io (0.16.1)
3636
celluloid (>= 0.16.0)
3737
nio4r (>= 1.0.0)
38+
chef (11.16.4)
39+
chef-zero (~> 2.1, >= 2.1.4)
40+
diff-lcs (~> 1.2, >= 1.2.4)
41+
erubis (~> 2.7)
42+
ffi-yajl (~> 1.0)
43+
highline (~> 1.6, >= 1.6.9)
44+
mime-types (~> 1.16)
45+
mixlib-authentication (~> 1.3)
46+
mixlib-cli (~> 1.4)
47+
mixlib-config (~> 2.0)
48+
mixlib-log (~> 1.3)
49+
mixlib-shellout (~> 1.4)
50+
net-ssh (~> 2.6)
51+
net-ssh-multi (~> 1.1)
52+
ohai (~> 7.4)
53+
plist (~> 3.1.0)
54+
pry (~> 0.9)
55+
rest-client (>= 1.0.4, <= 1.6.7)
56+
chef-zero (2.2.1)
57+
ffi-yajl (~> 1.1)
58+
hashie (~> 2.0)
59+
mixlib-log (~> 1.3)
60+
rack
61+
chefspec (4.1.1)
62+
chef (>= 11.14)
63+
fauxhai (~> 2.0)
64+
rspec (~> 3.0)
3865
cleanroom (1.0.0)
66+
coderay (1.1.0)
3967
dep-selector-libgecode (1.0.2)
4068
dep_selector (1.0.3)
4169
dep-selector-libgecode (~> 1.0)
4270
ffi (~> 1.9)
71+
diff-lcs (1.2.5)
4372
erubis (2.7.0)
4473
excon (0.42.1)
4574
faraday (0.9.0)
4675
multipart-post (>= 1.2, < 3)
76+
fauxhai (2.2.0)
77+
net-ssh
78+
ohai
4779
ffi (1.9.6)
80+
ffi-yajl (1.3.1)
81+
ffi (~> 1.5)
82+
libyajl2 (~> 1.2)
4883
fission (0.5.0)
4984
CFPropertyList (~> 2.2)
5085
fog (1.26.0)
@@ -114,6 +149,7 @@ GEM
114149
nokogiri (~> 1.5, >= 1.5.11)
115150
formatador (0.2.5)
116151
hashie (2.1.2)
152+
highline (1.6.21)
117153
hitimes (1.2.2)
118154
inflecto (0.0.2)
119155
ipaddress (0.8.0)
@@ -123,11 +159,15 @@ GEM
123159
test-kitchen (~> 1.0)
124160
kitchen-vagrant (0.15.0)
125161
test-kitchen (~> 1.0)
126-
mime-types (2.4.3)
162+
libyajl2 (1.2.0)
163+
method_source (0.8.2)
164+
mime-types (1.25.1)
127165
mini_portile (0.6.1)
128166
minitar (0.5.4)
129167
mixlib-authentication (1.3.0)
130168
mixlib-log
169+
mixlib-cli (1.5.0)
170+
mixlib-config (2.1.0)
131171
mixlib-log (1.6.0)
132172
mixlib-shellout (1.6.1)
133173
multi_json (1.10.1)
@@ -136,11 +176,35 @@ GEM
136176
net-scp (1.2.1)
137177
net-ssh (>= 2.6.5)
138178
net-ssh (2.9.1)
179+
net-ssh-gateway (1.2.0)
180+
net-ssh (>= 2.6.5)
181+
net-ssh-multi (1.2.0)
182+
net-ssh (>= 2.6.5)
183+
net-ssh-gateway (>= 1.2.0)
139184
nio4r (1.0.1)
140185
nokogiri (1.6.5)
141186
mini_portile (~> 0.6.0)
142187
octokit (3.7.0)
143188
sawyer (~> 0.6.0, >= 0.5.3)
189+
ohai (7.4.0)
190+
ffi (~> 1.9)
191+
ffi-yajl (~> 1.0)
192+
ipaddress
193+
mime-types (~> 1.16)
194+
mixlib-cli
195+
mixlib-config (~> 2.0)
196+
mixlib-log
197+
mixlib-shellout (~> 1.2)
198+
systemu (~> 2.6.4)
199+
wmi-lite (~> 1.0)
200+
plist (3.1.0)
201+
pry (0.10.1)
202+
coderay (~> 1.1.0)
203+
method_source (~> 0.8.1)
204+
slop (~> 3.4)
205+
rack (1.6.0)
206+
rest-client (1.6.7)
207+
mime-types (>= 1.16)
144208
retryable (1.3.6)
145209
ridley (4.1.1)
146210
addressable
@@ -159,14 +223,28 @@ GEM
159223
retryable
160224
semverse (~> 1.1)
161225
varia_model (~> 0.4)
226+
rspec (3.1.0)
227+
rspec-core (~> 3.1.0)
228+
rspec-expectations (~> 3.1.0)
229+
rspec-mocks (~> 3.1.0)
230+
rspec-core (3.1.7)
231+
rspec-support (~> 3.1.0)
232+
rspec-expectations (3.1.2)
233+
diff-lcs (>= 1.2.0, < 2.0)
234+
rspec-support (~> 3.1.0)
235+
rspec-mocks (3.1.3)
236+
rspec-support (~> 3.1.0)
237+
rspec-support (3.1.2)
162238
safe_yaml (1.0.4)
163239
sawyer (0.6.0)
164240
addressable (~> 2.3.5)
165241
faraday (~> 0.8, < 0.10)
166242
semverse (1.2.1)
243+
slop (3.6.0)
167244
solve (1.2.1)
168245
dep_selector (~> 1.0)
169246
semverse (~> 1.1)
247+
systemu (2.6.4)
170248
test-kitchen (1.2.1)
171249
mixlib-shellout (~> 1.2)
172250
net-scp (~> 1.1)
@@ -179,12 +257,14 @@ GEM
179257
varia_model (0.4.0)
180258
buff-extensions (~> 1.0)
181259
hashie (>= 2.0.2, < 3.0.0)
260+
wmi-lite (1.0.0)
182261

183262
PLATFORMS
184263
ruby
185264

186265
DEPENDENCIES
187266
berkshelf
267+
chefspec (~> 4.1.1)
188268
kitchen-ec2
189269
kitchen-vagrant
190270
test-kitchen (~> 1.2)

0 commit comments

Comments
 (0)