summaryrefslogtreecommitdiff
path: root/omnibus/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 /omnibus/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 'omnibus/Gemfile')
-rw-r--r--omnibus/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 99dc856a4d..f2d9c0fa29 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -14,7 +14,7 @@ group :development do
gem "berkshelf", ">= 7.0"
# We pin here to the last release Ohai so prevent more current chef coming in
- gem "ohai", "~> 14.0"
+ gem "ohai"
# Use Test Kitchen with Vagrant for converging the build environment
gem "test-kitchen", ">= 1.23"