diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-07 16:04:29 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-07 16:04:29 -0800 |
commit | 5a9f5214a662468e2df9587fd90cc7b4775f4aa8 (patch) | |
tree | aa9b2b22aebfc8e62503eae6fa3ad7665cdc078b /acceptance | |
parent | 8d5d80d333b46433eef070ab742d7b690dcccd65 (diff) | |
download | chef-5a9f5214a662468e2df9587fd90cc7b4775f4aa8.tar.gz |
pinning chef-config in acceptance to rubygems version
jenkins barfed pretty hard on the prior attempt to fix. this
should work better.
can obviously be backed out once chef-13 is released.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/Gemfile | 3 | ||||
-rw-r--r-- | acceptance/Gemfile.lock | 16 |
2 files changed, 8 insertions, 11 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile index 1cbc072373..b466cd0f07 100644 --- a/acceptance/Gemfile +++ b/acceptance/Gemfile @@ -15,4 +15,5 @@ gem "berkshelf" # packages are not always immediately available via the omnitruck API. gem "mixlib-install", "1.2.3" -gem "chef-config", path: "../chef-config" +# for chef-13 development - pin to the released rubygems version +gem "chef-config", "< 13.0" diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock index df0f6f9a32..6d2bc0572d 100644 --- a/acceptance/Gemfile.lock +++ b/acceptance/Gemfile.lock @@ -6,15 +6,6 @@ GIT mixlib-shellout (~> 2.0) thor (~> 0.19) -PATH - remote: ../chef-config - specs: - chef-config (13.0.15) - addressable - fuzzyurl - mixlib-config (~> 2.0) - mixlib-shellout (~> 2.0) - GEM remote: https://rubygems.org/ specs: @@ -64,6 +55,11 @@ GEM celluloid-io (0.16.2) celluloid (>= 0.16.0) nio4r (>= 1.1.0) + chef-config (12.19.36) + addressable + fuzzyurl + mixlib-config (~> 2.0) + mixlib-shellout (~> 2.0) cleanroom (1.0.0) coderay (1.1.1) diff-lcs (1.3) @@ -254,7 +250,7 @@ PLATFORMS DEPENDENCIES berkshelf chef-acceptance! - chef-config! + chef-config (< 13.0) inspec kitchen-ec2 kitchen-inspec |