summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-09-26 19:47:54 -0700
committerGitHub <noreply@github.com>2016-09-26 19:47:54 -0700
commitf2570214de85c316fd499f761199e80bdc1add13 (patch)
tree7f0ba5625b27aabad618ae659a60eccaeb9ce976
parentad0cd01a8942c8ba784202f1c922b794430eeb32 (diff)
downloadchef-f2570214de85c316fd499f761199e80bdc1add13.tar.gz
revert mixlib-install (#5385)
-rw-r--r--acceptance/Gemfile3
-rw-r--r--acceptance/Gemfile.lock3
2 files changed, 5 insertions, 1 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index 83f9f7dcfc..59f232fcd3 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -11,3 +11,6 @@ gem "kitchen-inspec"
gem "test-kitchen"
gem "winrm-elevated"
gem "berkshelf", "4.3.5"
+
+# until 2.0.0 is fixed for unstable packages
+gem "mixlib-install", "1.2.3"
diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock
index 0dbc73eeb7..20f8374cd9 100644
--- a/acceptance/Gemfile.lock
+++ b/acceptance/Gemfile.lock
@@ -115,7 +115,7 @@ GEM
mixlib-authentication (1.4.1)
mixlib-log
mixlib-config (2.2.4)
- mixlib-install (2.0.0)
+ mixlib-install (1.2.3)
artifactory
mixlib-shellout
mixlib-versioning
@@ -239,6 +239,7 @@ DEPENDENCIES
kitchen-ec2
kitchen-inspec
kitchen-vagrant
+ mixlib-install (= 1.2.3)
test-kitchen
windows_chef_zero
winrm-elevated