Remove bundle-audit, it is not updated frequently enough

This commit is contained in:
Robin Ward
2017-05-18 12:30:56 -04:00
parent e7c2ad41ca
commit 29755be139
4 changed files with 0 additions and 7 deletions

View File

@ -10,7 +10,6 @@ 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")