summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1253282..d9409a2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,8 @@ end
if ENV["GEMFILE_MOD"]
puts "GEMFILE_MOD: #{ENV['GEMFILE_MOD']}"
instance_eval(ENV["GEMFILE_MOD"])
+else
+ gem "chef", "~> 13.0"
end
# If you want to load debugging tools into the bundle exec sandbox,