summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-01-08 10:41:53 -0800
committerGitHub <noreply@github.com>2018-01-08 10:41:53 -0800
commit334264b3372c8e577ba630cd90c886b11d557e78 (patch)
treeb8854ad44ecb6ab280d3618bf24658acd56cd9c3
parentf514e4c853738cbf3dae8927a31197cc6e8f47bb (diff)
parent5220da7e362dbb7eb1fa6b6373fa47b5ecec21eb (diff)
downloadchef-334264b3372c8e577ba630cd90c886b11d557e78.tar.gz
Merge pull request #6730 from chef/acceptance
Update the acceptance chef-config pin for chef 14
-rw-r--r--acceptance/Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index b466cd0f07..6384ae75d2 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -15,5 +15,5 @@ gem "berkshelf"
# packages are not always immediately available via the omnitruck API.
gem "mixlib-install", "1.2.3"
-# for chef-13 development - pin to the released rubygems version
-gem "chef-config", "< 13.0"
+# for chef-14 development - pin to the released rubygems version
+gem "chef-config", "< 14.0"