summaryrefslogtreecommitdiff
path: root/acceptance/Gemfile
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-04-02 09:11:38 -0700
committerMatt Wrock <matt@mattwrock.com>2016-04-04 17:34:49 -0700
commit002b0bc04785b657fa3620be2ace0ffee61e0e02 (patch)
tree03f0b51a8edb495740bfd31502d8be2f88754ee2 /acceptance/Gemfile
parent90cf8d0a1c64bea5c06bf1957c8e84ebdbf66dd2 (diff)
downloadchef-002b0bc04785b657fa3620be2ace0ffee61e0e02.tar.gz
use latest released test-kitchen in chef-acceptancetk_17
Diffstat (limited to 'acceptance/Gemfile')
-rw-r--r--acceptance/Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index 87614ae202..72dded468c 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "chef-acceptance", github: "chef/chef-acceptance"
-gem "test-kitchen", github: "test-kitchen/test-kitchen"
+gem "test-kitchen"
gem "kitchen-ec2", github: "test-kitchen/kitchen-ec2", branch: "jk/image-search-only"
gem "kitchen-inspec"
gem "inspec"
@@ -9,5 +9,5 @@ gem "inspec"
# puts in a box_url for bento when a vagrant box in atlas is specified
gem "kitchen-vagrant", github: "test-kitchen/kitchen-vagrant"
gem "windows_chef_zero"
-gem "winrm-fs", "~> 0.4.0"
+gem "winrm-fs"
gem "berkshelf"