summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2019-04-20 00:11:33 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-04-20 00:11:33 -0400
commitc49a96371eef4355d4b4132e99536624b9a34b1c (patch)
tree6d718a6a9cb1a9803788140dc0646bf4b0d2cb5a /Gemfile
parentf1a97f33d4b67645ed55ce6e15274d6adf396670 (diff)
downloadchef-c49a96371eef4355d4b4132e99536624b9a34b1c.tar.gz
This is temporary. Once inspec 4 gem is released, correct deps will get pulled in, and we'll be moving chef-core to also use train-core instead of train. In the interim in order to get appbundler builds passing for the bootstrap branch with a train dep from git, this needs to be merged to master. This will ensure the train dep is included in the package used to seed appbundler-update. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f28838e38b..3b891fb15d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,6 +18,7 @@ group(:omnibus_package) do
gem "rb-readline"
gem "inspec-core", git: "https://github.com/inspec/inspec.git", branch: "master"
gem "train-core", git: "https://github.com/inspec/train.git", branch: "master"
+ gem "train", git: "https://github.com/inspec/train.git", branch: "master"
gem "chef-vault"
end