diff options
author | Tim Smith <tsmith@chef.io> | 2018-06-26 20:47:47 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-06-26 20:47:47 -0700 |
commit | f7ca983251fad418d6a0bbd5ed6f85530a0e8be6 (patch) | |
tree | 678b490c55e2e8c9b52302eb8a7096042190bc50 /kitchen-tests/Gemfile | |
parent | 4e39c729c5981067c028bd3abcb50b066d760a28 (diff) | |
download | chef-f7ca983251fad418d6a0bbd5ed6f85530a0e8be6.tar.gz |
Remove sudo/gcc-c++ package installs from kitchen testsappbundler
Sudo was added to dokken images. gcc-c++ was added to appbundle-updater. Also use the kitchen-appbundle-updater from rubygems since it's up to date. No need to pull from the repo for this.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/Gemfile')
-rw-r--r-- | kitchen-tests/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile index 3505c5f32e..8881eb4e45 100644 --- a/kitchen-tests/Gemfile +++ b/kitchen-tests/Gemfile @@ -4,7 +4,7 @@ gem "rake" # required to build some native extensions gem "chef", path: ".." gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master" # avoids failures when we bump chef major gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "master" -gem "kitchen-appbundle-updater", git: "https://github.com/chef/kitchen-appbundle-updater", branch: "master" +gem "kitchen-appbundle-updater" gem "kitchen-dokken", "< 2.0" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787 gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master" gem "kitchen-vagrant", git: "https://github.com/test-kitchen/kitchen-vagrant.git", branch: "master" |