Remove Gemfile.local support to use Dependabot

If you remove this then Dependabot can manage deps, which helps keep us
up to data without manual work.

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2020-12-01 14:06:12 -08:00
parent 8a608dac76
commit 2b68f01514

View file

@ -63,7 +63,4 @@ end
group :deploy do
gem "inquirer"
end
# add these additional dependencies into Gemfile.local
eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local")
end