summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-01-05 19:14:19 -0800
committerGitHub <noreply@github.com>2021-01-05 19:14:19 -0800
commit284a42ccedcc41dd03010842429e56ab69995ac3 (patch)
treec9f08fdd727f043102716ecfac9dc8829a01101d
parent6e2f7446549d7d0e144dee583b119cdc38faeebe (diff)
parent5e350bac8f71945173df9f11ffdb101f29402d5c (diff)
downloadchef-284a42ccedcc41dd03010842429e56ab69995ac3.tar.gz
Merge pull request #10839 from chef/evals_15
Remove the evals in the omnibus gemfile for Dependabot
-rw-r--r--omnibus/Gemfile8
1 files changed, 1 insertions, 7 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 6fca425e62..df94943a3d 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -21,10 +21,4 @@ group :development do
gem "test-kitchen", ">= 1.23"
gem "kitchen-vagrant", ">= 1.3.1"
gem "winrm-fs", "~> 1.0"
-end
-
-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")
+end \ No newline at end of file