summaryrefslogtreecommitdiff
path: root/acceptance/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-18 08:13:15 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-18 14:21:02 -0700
commitd43cdf151a20924d4157f67759072799ac79cbb1 (patch)
tree20c93e6840de0ee77012616c482ba561679b037f /acceptance/Gemfile
parent82dce820b33c1ba4839aebdb43d52d6a49d3b3b1 (diff)
downloadchef-d43cdf151a20924d4157f67759072799ac79cbb1.tar.gz
Don't update bundler when running acceptance test
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 72dded468c..185437ed71 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -2,12 +2,12 @@ source "https://rubygems.org"
gem "chef-acceptance", github: "chef/chef-acceptance"
gem "test-kitchen"
-gem "kitchen-ec2", github: "test-kitchen/kitchen-ec2", branch: "jk/image-search-only"
+gem "kitchen-ec2"
gem "kitchen-inspec"
gem "inspec"
# Pinning to github for kitchen-vagrant because 0.19.0 incorrectly
# puts in a box_url for bento when a vagrant box in atlas is specified
-gem "kitchen-vagrant", github: "test-kitchen/kitchen-vagrant"
+gem "kitchen-vagrant"
gem "windows_chef_zero"
gem "winrm-fs"
gem "berkshelf"