summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2019-04-20 12:20:40 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-04-24 13:29:56 -0400
commitdfa323d797be16c047f61d26ed5d840787b1630d (patch)
tree576562504af398205128602fb25e1ce311c50fd9
parent601e6fd87dcf19b8e6d03b34c114492f5604fdd2 (diff)
downloadchef-dfa323d797be16c047f61d26ed5d840787b1630d.tar.gz
Just for variety, we'll put train back in! (Accidentally dropped in merge)
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--Gemfile.lock4
-rw-r--r--kitchen-tests/Gemfile1
2 files changed, 2 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 9a3df635c9..92b01167bc 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -32,7 +32,7 @@ PATH
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.0.232)
- chef-core (>= 0.0.1)
+ chef-core (~> 0.0)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -61,7 +61,7 @@ PATH
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
chef-config (= 15.0.232)
- chef-core (>= 0.0.1)
+ chef-core (~> 0.0)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index 0f2f408a29..73f2fc8419 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -7,6 +7,5 @@ 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"