summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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