summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-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']}"