summaryrefslogtreecommitdiff
path: root/acceptance/Gemfile
diff options
context:
space:
mode:
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"