summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-03-28 14:35:47 -0400
committerJaymala Sinha <jsinha@chef.io>2019-03-28 14:35:47 -0400
commit8a38a450c87b0e6eeb17bc7d817f69ad1f1414b0 (patch)
tree0361b08c37d183d3b9ca3a3a1334ef85f8ed2a8b /omnibus/Gemfile
parent77471229083ebfb3c05d2a341c488ad1ee54a0a3 (diff)
downloadchef-jsinha/remove_windows-api_dep.tar.gz
Remove test-kitchen pinsjsinha/remove_windows-api_dep
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
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 a1cd1bbe48..3580039d4f 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -17,8 +17,8 @@ group :development do
gem "ohai", "~> 14.0"
# Use Test Kitchen with Vagrant for converging the build environment
- gem "test-kitchen", "~> 1.21"
- gem "kitchen-vagrant", "~> 1.3.1"
+ gem "test-kitchen"
+ gem "kitchen-vagrant"
gem "winrm-fs", "~> 1.0"
gem "pry"
gem "pry-byebug"