summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-16 13:11:28 -0700
committerTim Smith <tsmith@chef.io>2018-06-16 13:59:52 -0700
commit5d05a0fd0b589fefd5324255a3818415a2b63281 (patch)
treebf6627d298fe281d799514a43065a165e9d9aef5 /omnibus/Gemfile
parentaa4f3285f3e49919e29f40337183fd0510baaee5 (diff)
downloadchef-5d05a0fd0b589fefd5324255a3818415a2b63281.tar.gz
Remove awesome customers testing and update kitchen configs
Awesome customers cookbook testing isn't even correct from learn chef anymore and it's not coming back in this form. There's no reason to keep carrying it around. This change also deps on kitchen 1.21 and uses the new name for the configs. Much easier to find if you're browsing the source in Finder/Explorer. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 5457f0f40b..1876755d84 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -17,7 +17,7 @@ group :development do
gem "ohai", "~> 13.0"
# Use Test Kitchen with Vagrant for converging the build environment
- gem "test-kitchen", "~> 1.13"
+ gem "test-kitchen", "~> 1.21"
gem "kitchen-vagrant", "~> 1.3.1"
gem "winrm-fs", "~> 1.0"
gem "pry"