summaryrefslogtreecommitdiff
path: root/kitchen-tests/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-21 10:39:59 -0800
committerTim Smith <tsmith@chef.io>2017-12-21 10:54:47 -0800
commitc20caa0232c30c645b90439daaa9dfeaea6394b3 (patch)
treeff41d028471133ab77bff114116bc6df21ba866f /kitchen-tests/Gemfile
parent37bacbbc9d6ca124af631acf72109a992b255e6a (diff)
downloadchef-c20caa0232c30c645b90439daaa9dfeaea6394b3.tar.gz
Remove unnecessary dependencies for kitchen integration testings
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/Gemfile')
-rw-r--r--kitchen-tests/Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index e41d2ff808..a54f11143f 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -1,13 +1,9 @@
source "https://rubygems.org"
-gem "chef-config", "< 13"
gem "rake" # required to build some native extensions
gem "berkshelf"
gem "kitchen-appbundle-updater"
gem "kitchen-dokken", "< 2.0" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787
-gem "kitchen-ec2"
gem "kitchen-inspec"
gem "kitchen-vagrant"
-gem "ridley"
gem "test-kitchen"
-gem "vagrant-wrapper"