diff options
author | Tom Duffield <tom@chef.io> | 2017-02-09 20:16:45 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-02-09 20:16:45 -0600 |
commit | 845cc57b4742299e8715adfa7b46df319d0808ea (patch) | |
tree | c95b6eefaf901547799bbd6a1f69a2341b3a8169 /acceptance | |
parent | 57c00434c86f7fc9997c96e0e666ffb7a59f3bca (diff) | |
download | chef-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/Gemfile | 5 | ||||
-rw-r--r-- | acceptance/Gemfile.lock | 5 |
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 |