Remove the instance_eval and eval_gemfile calls in omnibus

Dependabot won't work with these and they're not being used anyways.

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2021-11-18 20:54:23 -08:00
parent f33e77287c
commit 0402883cfb

View file

@ -18,10 +18,4 @@ group :development do
gem "kitchen-vagrant", ">= 1.3.1"
gem "test-kitchen", ">= 1.23"
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