class Kender::BundleAudit

Public Instance Methods

available?() click to toggle source
# File lib/kender/commands/bundle_audit.rb, line 4
def available?
  in_gemfile?('bundler-audit')
end
command() click to toggle source
# File lib/kender/commands/bundle_audit.rb, line 8
def command
  # This commands fails if there are any problems.
  'bundle exec bundle-audit check'
end