1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

gem: add bundler-audit for vulnerability scan

This commit is contained in:
cn
2018-10-28 12:57:13 +01:00
parent 6310343e45
commit 1f35f60c55
2 changed files with 4 additions and 1 deletions

View File

@ -32,4 +32,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec'
s.add_development_dependency 'rack-test'
s.add_development_dependency 'rubocop', '~> 0.60.0'
s.add_development_dependency 'bundler-audit'
end