summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-31 14:02:42 -0800
committerGitHub <noreply@github.com>2020-12-31 14:02:42 -0800
commit889bf39dd4d0cdfea1a503bf1ddbff9832395b90 (patch)
tree5c0251a7f093471be25d92279c6f2ac061d1b6bd
parentc6f84c7b50fea4fad2f16746f61314f89238aa60 (diff)
parenta0ae0eca54877abce540d037d4331e9c70bb8301 (diff)
downloadchef-889bf39dd4d0cdfea1a503bf1ddbff9832395b90.tar.gz
Merge pull request #10805 from chef/omnibus_dependabot
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