summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-31 14:00:51 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-05 19:13:00 -0800
commit5e350bac8f71945173df9f11ffdb101f29402d5c (patch)
treec9f08fdd727f043102716ecfac9dc8829a01101d
parent6e2f7446549d7d0e144dee583b119cdc38faeebe (diff)
downloadchef-5e350bac8f71945173df9f11ffdb101f29402d5c.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