summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2019-04-22 17:13:42 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-04-24 13:31:40 -0400
commit444f483def71077274a8ae219cb4fc528b0c703a (patch)
tree770b2063f431942f51c1b00570600190e6f5d9eb
parenta8315d74bc18222cd86ae94ce16c6a22686bbf08 (diff)
downloadchef-444f483def71077274a8ae219cb4fc528b0c703a.tar.gz
Remove kitchen-vagrant, it came back to haunt us in a merge conflict.
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--kitchen-tests/Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index 73f2fc8419..c2437a307b 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -7,5 +7,4 @@ gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "mas
gem "kitchen-dokken", "~> 2.0"
gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master"
gem "inspec", git: "https://github.com/inspec/inspec.git", branch: "master" # this goes away when we ship inspec 4
-gem "kitchen-vagrant", git: "https://github.com/test-kitchen/kitchen-vagrant.git", branch: "master"
gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"