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