summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-10-17 17:19:23 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-10-17 17:19:23 -0700
commit3218ca0a2b7c801ac52e2b2b32810363bf93fc44 (patch)
treeb422fc46b241b72edfe3f0985dab79f241fd5049
parent76dadbb0ad84c8674f60c894ea0355f3fc2d81c4 (diff)
downloadchef-lcg/make-dependabot-happier.tar.gz
don't use string interpolation for eval_gemfilelcg/make-dependabot-happier
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 00055765dc..ed4075593d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -78,7 +78,7 @@ 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 Gemfile.local
-eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local")
+eval_gemfile("./Gemfile.local") if File.exist?("./Gemfile.local")
# These lines added for Windows development only.
# For FFI to call into PowerShell we need the binaries and assemblies located