diff options
author | Tim Smith <tsmith@chef.io> | 2018-01-04 10:34:57 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-01-04 10:34:57 -0800 |
commit | 5220da7e362dbb7eb1fa6b6373fa47b5ecec21eb (patch) | |
tree | ffaa3a6e53430c38c316b9183d5c3fb292e5340e /acceptance | |
parent | c6433605bae0a9f52c843ca8cb97e64b2bcf5f0a (diff) | |
download | chef-5220da7e362dbb7eb1fa6b6373fa47b5ecec21eb.tar.gz |
Update the acceptance chef-config pin for chef 14acceptance
There's no reason to exclude chef 13 at this point.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/Gemfile | 4 |
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" |