summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-17 13:16:06 -0700
committerTim Smith <tsmith@chef.io>2019-04-19 10:19:21 -0700
commitda8fdb39573a0e525d642c86db8847a959cf2b07 (patch)
tree7f50cda916e36a642eb1431ac579e58e687c725d /Gemfile
parentdd944c917388b81604c2fcd5ede9799b5579eb89 (diff)
downloadchef-da8fdb39573a0e525d642c86db8847a959cf2b07.tar.gz
Pull train from my branch
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d017c15da9..4c1d58cd83 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,8 @@ gem "cheffish", "~> 14"
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"
- gem "inspec-core", git: "https://github.com/chef/inspec.git", branch: "master"
+ gem "inspec-core", git: "https://github.com/inspec/inspec.git", branch: "master"
+ gem "train-core", git: "https://github.com/inspec/train.git", branch: "ed25519"
gem "chef-vault"
end