diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-03-31 16:21:28 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-03-31 16:21:28 -0700 |
commit | 0eafb427a871f688a583419b85cb98132ff607e8 (patch) | |
tree | 40c997e34ad7303450434b8104b9456d1e4df8ab /omnibus | |
parent | b57dbc4bf35a00edbd4cf016dd4ec97fa46553e2 (diff) | |
download | chef-0eafb427a871f688a583419b85cb98132ff607e8.tar.gz |
use test-kitchen from master for acceptance testsnew_tk
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 07d1e0c9f3..0b076825fc 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -16,9 +16,9 @@ group :development do gem "berkshelf", "~> 3.0" # Use Test Kitchen with Vagrant for converging the build environment - gem "test-kitchen", "~> 1.5.0" + gem "test-kitchen", "~> 1.6.0" gem "kitchen-vagrant", "~> 0.19.0" - gem "winrm-transport", "~> 1.0" + gem "winrm-fs", "~> 0.3.2" gem "pry" gem "pry-byebug" gem "pry-stack_explorer" |