Module: AuditUpdateCheck
- Defined in:
- lib/auditer_script.rb
Class Method Summary collapse
Class Method Details
.audit ⇒ Object
4 5 6 7 8 |
# File 'lib/auditer_script.rb', line 4 def self.audit %w(update check).each do |command| Bundler::Audit::CLI.start [command] end end |