diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-04-02 09:11:38 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-04-04 17:34:49 -0700 |
commit | 002b0bc04785b657fa3620be2ace0ffee61e0e02 (patch) | |
tree | 03f0b51a8edb495740bfd31502d8be2f88754ee2 /omnibus | |
parent | 90cf8d0a1c64bea5c06bf1957c8e84ebdbf66dd2 (diff) | |
download | chef-002b0bc04785b657fa3620be2ace0ffee61e0e02.tar.gz |
use latest released test-kitchen in chef-acceptancetk_17
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 0b076825fc..ef1dec354d 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.6.0" + gem "test-kitchen", "~> 1.7.1" gem "kitchen-vagrant", "~> 0.19.0" - gem "winrm-fs", "~> 0.3.2" + gem "winrm-fs", "~> 0.4.0" gem "pry" gem "pry-byebug" gem "pry-stack_explorer" |