summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-04-03 16:09:13 +0100
committerThom May <thom@chef.io>2017-04-03 16:09:13 +0100
commitdb52bd5511551c16d22247bfdafef53a22418c66 (patch)
tree0ffafe6857aaeb6b3a18874e1c685b6cbf03c6fc
parentc99752d1ccecbc4ffbb71394f4ebbb8415e0b3ec (diff)
downloadchef-zero-tm/chef_from_git.tar.gz
Ensure that tests that use chef-zero git will worktm/chef_from_git
Signed-off-by: Thom May <thom@may.lt>
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index df2be80..6b68d8d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,7 +15,9 @@ group :development, :test do
gem "chefstyle", "= 0.3.1"
end
-gem "chef"
+# FIXME: remove once we release chef 13
+gem "chef", git: "https://github.com/chef/chef"
+gem "ohai", git: "https://github.com/chef/ohai"
if ENV["GEMFILE_MOD"]
puts "GEMFILE_MOD: #{ENV['GEMFILE_MOD']}"