summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-15 11:36:35 -0800
committerTim Smith <tsmith@chef.io>2018-11-15 11:36:35 -0800
commit6c43eb739df6e17b9b89543f49cc6340e1e3e0fb (patch)
treeff7af5aef569be83a365337a3c0549e0ea916743 /Gemfile
parentc4e01b2a9cdfac71de90a5a26a488c2750bf301b (diff)
downloadchef-zero-6c43eb739df6e17b9b89543f49cc6340e1e3e0fb.tar.gz
Specify the versions of ohai we want to install as well
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index afc8b3a..1f63641 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,7 @@ if ENV["GEMFILE_MOD"]
instance_eval(ENV["GEMFILE_MOD"])
else
gem "chef", "~> 14.0"
+ gem "ohai", "~> 14.0"
end
group :debug do