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-04 12:46:15 -0800
commitb49246ff661c4eaab5db2d904ed807288fc57677 (patch)
tree04dcc9818555766c846d9355b0119f00fff0e5f5
parent495873a950c4793b1a4e907fb973044097285b4f (diff)
downloadchef-b49246ff661c4eaab5db2d904ed807288fc57677.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