summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wright <patrick@chef.io>2016-09-29 11:36:12 -0700
committerPatrick Wright <patrick@chef.io>2016-09-29 11:36:12 -0700
commitfb3e55b8685e74d38382200502c1edc78d3c1188 (patch)
tree37a8198b68f959a8394e5d4f14ee9ef345ebf729
parent4f738f8aaf0fb6f1ee0f24a123640d5abf57a800 (diff)
downloadchef-pw/mixlib-install-2.0.2.tar.gz
update mixlib-install to 2.0.2pw/mixlib-install-2.0.2
-rw-r--r--acceptance/Gemfile2
-rw-r--r--acceptance/Gemfile.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index 59f232fcd3..5683423280 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -13,4 +13,4 @@ gem "winrm-elevated"
gem "berkshelf", "4.3.5"
# until 2.0.0 is fixed for unstable packages
-gem "mixlib-install", "1.2.3"
+gem "mixlib-install", "~> 2.0"
diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock
index 20f8374cd9..b0d812b6ae 100644
--- a/acceptance/Gemfile.lock
+++ b/acceptance/Gemfile.lock
@@ -11,12 +11,12 @@ GEM
specs:
addressable (2.4.0)
artifactory (2.5.0)
- aws-sdk (2.6.3)
- aws-sdk-resources (= 2.6.3)
- aws-sdk-core (2.6.3)
+ aws-sdk (2.6.4)
+ aws-sdk-resources (= 2.6.4)
+ aws-sdk-core (2.6.4)
jmespath (~> 1.0)
- aws-sdk-resources (2.6.3)
- aws-sdk-core (= 2.6.3)
+ aws-sdk-resources (2.6.4)
+ aws-sdk-core (= 2.6.4)
berkshelf (4.3.5)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (~> 2.0, >= 2.0.2)
@@ -65,7 +65,7 @@ GEM
excon (>= 0.38.0)
json
erubis (2.7.0)
- excon (0.52.0)
+ excon (0.53.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.14)
@@ -115,7 +115,7 @@ GEM
mixlib-authentication (1.4.1)
mixlib-log
mixlib-config (2.2.4)
- mixlib-install (1.2.3)
+ mixlib-install (2.0.2)
artifactory
mixlib-shellout
mixlib-versioning
@@ -211,7 +211,7 @@ GEM
hashie (>= 2.0.2, < 4.0.0)
windows_chef_zero (2.0.0)
test-kitchen (>= 1.2.1)
- winrm (2.0.2)
+ winrm (2.0.3)
builder (>= 2.1.2)
erubis (~> 2.7)
gssapi (~> 1.2)
@@ -239,7 +239,7 @@ DEPENDENCIES
kitchen-ec2
kitchen-inspec
kitchen-vagrant
- mixlib-install (= 1.2.3)
+ mixlib-install (~> 2.0)
test-kitchen
windows_chef_zero
winrm-elevated