summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-04-20 14:36:56 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-04-20 14:36:56 -0700
commit778ebc262bd4eb7aacde84e6093f4a872c5b2129 (patch)
treeadc5eded4611eb69e1e6b42b28096005361c4c9e
parent796fc65cc4dbe386949240ff15b6ef9027ee3d06 (diff)
downloadchef-zero-778ebc262bd4eb7aacde84e6093f4a872c5b2129.tar.gz
reinstate the default chef gem pin
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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,