summaryrefslogtreecommitdiff
path: root/acceptance/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-07 16:04:29 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-07 16:04:29 -0800
commit5a9f5214a662468e2df9587fd90cc7b4775f4aa8 (patch)
treeaa9b2b22aebfc8e62503eae6fa3ad7665cdc078b /acceptance/Gemfile
parent8d5d80d333b46433eef070ab742d7b690dcccd65 (diff)
downloadchef-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/Gemfile')
-rw-r--r--acceptance/Gemfile3
1 files changed, 2 insertions, 1 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"