diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-19 11:37:24 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-19 11:37:24 -0700 |
commit | 92da89dbe81641f4caea95a91747946eca45b904 (patch) | |
tree | bcd214c375a6ac5eed0b9dbb3e741a61057eb533 /Gemfile | |
parent | 7dbdf1f9aacb9d3d16aa994fae7f750bb223c60b (diff) | |
download | chef-92da89dbe81641f4caea95a91747946eca45b904.tar.gz |
Pull train from master again
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ group(:omnibus_package) do gem "appbundler" 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: "ed25519" + gem "train-core", git: "https://github.com/inspec/train.git", branch: "master" gem "chef-vault" end |