summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-04-01 10:29:02 -0700
committerMatt Wrock <matt@mattwrock.com>2016-04-01 10:29:02 -0700
commita1f5ea940d43601106e6a660771145f2e74d0584 (patch)
treeefb8cae59798ac269afc5352f7807f5bce9bd93d /omnibus/Gemfile
parent15e3c65c1e77ef1046d881fa7d4d950e010d1677 (diff)
parent0eafb427a871f688a583419b85cb98132ff607e8 (diff)
downloadchef-a1f5ea940d43601106e6a660771145f2e74d0584.tar.gz
Merge pull request #4778 from chef/new_tk
use test-kitchen from master for acceptance tests
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r--omnibus/Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 432145114c..01de554d37 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -20,9 +20,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"