diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-17 13:16:06 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-19 10:19:21 -0700 |
commit | da8fdb39573a0e525d642c86db8847a959cf2b07 (patch) | |
tree | 7f50cda916e36a642eb1431ac579e58e687c725d /Gemfile | |
parent | dd944c917388b81604c2fcd5ede9799b5579eb89 (diff) | |
download | chef-da8fdb39573a0e525d642c86db8847a959cf2b07.tar.gz |
Pull train from my branch
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |