summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-31 14:00:51 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-31 14:00:51 -0800
commita0ae0eca54877abce540d037d4331e9c70bb8301 (patch)
treee3efbe6cd8319a52ba8e3b5de92024e57836dc2f
parent02827bb8a8621d6987420365ebedf435ba01062d (diff)
downloadchef-a0ae0eca54877abce540d037d4331e9c70bb8301.tar.gz
Remove the evals in the omnibus gemfile for Dependabot
We can let dependabot manage the bumps to this file if we remove these. It's worth having to hand edit the file with extra test gems. It's going to save a ton of time. Signed-off-by: Tim Smith <tsmith@chef.io>
-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