diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-02-03 13:48:47 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2016-02-03 19:20:01 -0700 |
commit | 6346dda6f3ba0fe214a8efdce919bf26d3104641 (patch) | |
tree | ffa7ae3afde35b236c828c0429b20f0d929af9be /omnibus | |
parent | 8c437109c9db1945a3c1b394ad87671d33356591 (diff) | |
download | chef-6346dda6f3ba0fe214a8efdce919bf26d3104641.tar.gz |
bumping test-kitchen
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 75afeff21f..33c3ef3cc2 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -12,7 +12,7 @@ group :development do gem "berkshelf", "~> 3.0" # Use Test Kitchen with Vagrant for converging the build environment - gem "test-kitchen", "~> 1.4.0" + gem "test-kitchen", "~> 1.5.0" gem "kitchen-vagrant", "~> 0.19.0" gem "winrm-transport", "~> 1.0" gem "pry" |