diff options
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 |