Add bundle-audit to our test script

This commit is contained in:
Robin Ward 2017-05-15 13:34:30 -04:00
parent ecf8db15d9
commit e7827ee715

View File

@ -10,6 +10,7 @@ unless ENV['NO_UPDATE']
checkout = ENV['COMMIT_HASH'] || "HEAD"
run_or_fail("git checkout #{checkout}")
run_or_fail("bundle")
run_or_fail("bundle-audit check --update")
end
run_or_fail("bundle exec rake docker:test")