summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2019-04-19 21:02:56 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-04-24 13:29:00 -0400
commit5724a80d9f331b67956e35c05ce5f599ce60206f (patch)
tree7943909adaec1f84a670dd6950c7b23a1aa76e41
parent83294d31fa2c8d06d6930636ba4620b1743160fa (diff)
downloadchef-5724a80d9f331b67956e35c05ce5f599ce60206f.tar.gz
Include train gem in gemfile until inspec 4 ships
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--kitchen-tests/Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index c2437a307b..0f2f408a29 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -7,4 +7,6 @@ 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 "train", git: "https://github.com/chef/train.git", branch: "master" # 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"