summaryrefslogtreecommitdiff
path: root/acceptance
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-02-09 20:16:45 -0600
committerTom Duffield <tom@chef.io>2017-02-09 20:16:45 -0600
commit845cc57b4742299e8715adfa7b46df319d0808ea (patch)
treec95b6eefaf901547799bbd6a1f69a2341b3a8169 /acceptance
parent57c00434c86f7fc9997c96e0e666ffb7a59f3bca (diff)
downloadchef-845cc57b4742299e8715adfa7b46df319d0808ea.tar.gz
Add back a few gems that are required (and document why)
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'acceptance')
-rw-r--r--acceptance/Gemfile5
-rw-r--r--acceptance/Gemfile.lock5
2 files changed, 6 insertions, 4 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index ba8839d8d3..41a18c9914 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -10,4 +10,7 @@ gem "kitchen-inspec"
gem "test-kitchen"
gem "winrm-elevated"
gem "berkshelf"
-gem "mixlib-install"
+
+# Pin to 1.2.3 because current mixlib-install has a problem where unstable
+# packages are not always immediately available via the omnitruck API.
+gem "mixlib-install", "1.2.3"
diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock
index 993a45d41b..a56a98b91b 100644
--- a/acceptance/Gemfile.lock
+++ b/acceptance/Gemfile.lock
@@ -119,11 +119,10 @@ GEM
mixlib-authentication (1.4.1)
mixlib-log
mixlib-config (2.2.4)
- mixlib-install (2.1.12)
+ mixlib-install (1.2.3)
artifactory
mixlib-shellout
mixlib-versioning
- thor
mixlib-log (1.7.1)
mixlib-shellout (2.2.7)
mixlib-versioning (1.1.0)
@@ -249,7 +248,7 @@ DEPENDENCIES
kitchen-ec2
kitchen-inspec
kitchen-vagrant
- mixlib-install
+ mixlib-install (= 1.2.3)
rake
test-kitchen
windows_chef_zero