mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
f33e77287c
commit
0402883cfb
1 changed files with 1 additions and 7 deletions
|
@ -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
|
Loading…
Reference in a new issue