From ed7d7baf97f814a82b1cb3a93e173be468debcd1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 22 Apr 2019 12:04:48 -0700 Subject: Switch to inspec/train from gems We now have a preview of inspec 4 out so we can switch back to gems and kill off the full train gem and all its deps. Signed-off-by: Tim Smith --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 3b891fb15d..4fda53992f 100644 --- a/Gemfile +++ b/Gemfile @@ -16,9 +16,7 @@ gem "cheffish", "~> 14" 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: "master" - gem "train", git: "https://github.com/inspec/train.git", branch: "master" + gem "inspec-core", ">= 4.0.0.a", "< 5" gem "chef-vault" end -- cgit v1.2.1