summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-22 12:04:48 -0700
committerTim Smith <tsmith@chef.io>2019-04-22 12:13:24 -0700
commited7d7baf97f814a82b1cb3a93e173be468debcd1 (patch)
tree5cbf99bf2e49a0856b50921de86ec5623fc16be6 /Gemfile
parentf902a2b53b2e15097c576e783f7382ecf96cf687 (diff)
downloadchef-ed7d7baf97f814a82b1cb3a93e173be468debcd1.tar.gz
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 <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
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