summaryrefslogtreecommitdiff
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
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>
-rw-r--r--.travis.yml2
-rw-r--r--Gemfile1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ae51eb..fdbe34a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ matrix:
- rvm: 2.5.3
env:
- CHEF_FS=true
- - "GEMFILE_MOD=\"gem 'chef', github: 'chef/chef'\""
+ - "GEMFILE_MOD=\"gem 'ohai', github: 'chef/ohai'; gem 'chef', github: 'chef/chef'\""
- rvm: 2.5.3
env: FILE_STORE=true
- rvm: 2.5.3
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