summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-05-24 14:46:45 -0500
committerLamont Granquist <lamont@scriptkiddie.org>2017-05-24 14:46:45 -0500
commitd99018f9974668d873c0deb8f53b19e2a3da6994 (patch)
tree675f9ef64004c11ed7d36067ce705d70621ab498
parent8870c2c431cf99cdae1ad4f9799c1cc6c8061b1c (diff)
downloadchef-d99018f9974668d873c0deb8f53b19e2a3da6994.tar.gz
use eval_gemfile
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0b72aac2ab..493dcf533a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -73,4 +73,4 @@ instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]
# If you want to load debugging tools into the bundle exec sandbox,
# add these additional dependencies into chef/Gemfile.local
-eval(IO.read(__FILE__ + ".local"), binding) if File.exist?(__FILE__ + ".local")
+eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local")