Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Update Berkshelf to 5.6.3 and ChefSpec to 6.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Duffield <tom@chef.io>
  • Loading branch information
tduffield committed Feb 23, 2017
1 parent 883e657 commit dcba1bb
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 35 deletions.
29 changes: 14 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,33 +130,32 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
activesupport (4.2.7.1)
activesupport (4.2.8)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
app_conf (0.4.2)
artifactory (2.6.0)
artifactory (2.7.0)
ast (2.3.0)
autoparse (0.3.3)
addressable (>= 2.3.1)
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
aws-sdk (2.7.11)
aws-sdk-resources (= 2.7.11)
aws-sdk-core (2.7.11)
aws-sdk (2.7.13)
aws-sdk-resources (= 2.7.13)
aws-sdk-core (2.7.13)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.7.11)
aws-sdk-core (= 2.7.11)
aws-sdk-resources (2.7.13)
aws-sdk-core (= 2.7.13)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
aws-sigv4 (1.0.0)
backports (3.6.8)
berkshelf (5.6.2)
berkshelf (5.6.3)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (>= 2.0.2, < 4.0)
buff-config (~> 2.0)
Expand Down Expand Up @@ -231,7 +230,7 @@ GEM
cheffish (4.1.1)
chef-zero (~> 5.0)
net-ssh
chefspec (5.4.0)
chefspec (6.0.0)
chef (>= 12.0)
fauxhai (~> 3.6)
rspec (~> 3.0)
Expand Down Expand Up @@ -362,7 +361,7 @@ GEM
multi_json (~> 1.10)
fog-local (0.3.1)
fog-core (~> 1.27)
fog-openstack (0.1.19)
fog-openstack (0.1.20)
fog-core (>= 1.40)
fog-json (>= 1.0)
ipaddress (>= 0.8)
Expand Down Expand Up @@ -407,7 +406,7 @@ GEM
fog-voxel (0.1.0)
fog-core
fog-xml
fog-vsphere (1.7.0)
fog-vsphere (1.7.1)
fog-core
rbvmomi (~> 1.9)
fog-xenserver (0.2.3)
Expand Down Expand Up @@ -460,12 +459,12 @@ GEM
thor (>= 0.18.1)
gyoku (1.3.1)
builder (>= 2.1.2)
hashie (3.5.3)
hashie (3.5.4)
highline (1.7.8)
hitimes (1.2.4)
hitimes (1.2.4-x86-mingw32)
httpclient (2.8.3)
i18n (0.8.0)
i18n (0.8.1)
inflecto (0.0.2)
inifile (3.0.0)
iniparse (1.4.2)
Expand Down Expand Up @@ -725,7 +724,7 @@ GEM
safe_yaml (~> 1.0)
thor (~> 0.18)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
timers (4.0.4)
hitimes
train (0.22.1)
Expand Down
20 changes: 10 additions & 10 deletions acceptance/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ GEM
specs:
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
artifactory (2.6.0)
aws-sdk (2.7.11)
aws-sdk-resources (= 2.7.11)
aws-sdk-core (2.7.11)
artifactory (2.7.0)
aws-sdk (2.7.13)
aws-sdk-resources (= 2.7.13)
aws-sdk-core (2.7.13)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.7.11)
aws-sdk-core (= 2.7.11)
aws-sdk-resources (2.7.13)
aws-sdk-core (= 2.7.13)
aws-sigv4 (1.0.0)
berkshelf (5.6.2)
berkshelf (5.6.3)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (>= 2.0.2, < 4.0)
buff-config (~> 2.0)
Expand Down Expand Up @@ -54,7 +54,7 @@ GEM
celluloid-io (0.16.2)
celluloid (>= 0.16.0)
nio4r (>= 1.1.0)
chef-config (12.18.31)
chef-config (12.19.33)
addressable
fuzzyurl
mixlib-config (~> 2.0)
Expand All @@ -75,7 +75,7 @@ GEM
ffi (>= 1.0.1)
gyoku (1.3.1)
builder (>= 2.1.2)
hashie (3.5.3)
hashie (3.5.4)
hitimes (1.2.4)
httpclient (2.8.3)
inspec (1.14.1)
Expand Down Expand Up @@ -131,7 +131,7 @@ GEM
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.0.1)
net-ssh (4.1.0)
net-ssh-gateway (1.3.0)
net-ssh (>= 2.6.5)
nio4r (2.0.0)
Expand Down
20 changes: 10 additions & 10 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ GEM
specs:
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
artifactory (2.6.0)
artifactory (2.7.0)
awesome_print (1.7.0)
aws-sdk (2.7.11)
aws-sdk-resources (= 2.7.11)
aws-sdk-core (2.7.11)
aws-sdk (2.7.13)
aws-sdk-resources (= 2.7.13)
aws-sdk-core (2.7.13)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.7.11)
aws-sdk-core (= 2.7.11)
aws-sdk-resources (2.7.13)
aws-sdk-core (= 2.7.13)
aws-sigv4 (1.0.0)
berkshelf (5.6.2)
berkshelf (5.6.3)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (>= 2.0.2, < 4.0)
buff-config (~> 2.0)
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
celluloid-io (0.16.2)
celluloid (>= 0.16.0)
nio4r (>= 1.1.0)
chef-config (12.18.31)
chef-config (12.19.33)
addressable
fuzzyurl
mixlib-config (~> 2.0)
Expand All @@ -92,7 +92,7 @@ GEM
ffi (>= 1.0.1)
gyoku (1.3.1)
builder (>= 2.1.2)
hashie (3.5.3)
hashie (3.5.4)
hitimes (1.2.4)
hitimes (1.2.4-x86-mingw32)
httpclient (2.8.3)
Expand Down Expand Up @@ -133,7 +133,7 @@ GEM
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.0.1)
net-ssh (4.1.0)
net-ssh-gateway (1.3.0)
net-ssh (>= 2.6.5)
nio4r (2.0.0)
Expand Down

0 comments on commit dcba1bb

Please sign in to comment.