Add a bundle check step to ensure dependencies are correct

This should help prevent merge issues in the future, which caused !6814
to be needed.
This commit is contained in:
Stan Hu 2016-10-11 14:39:18 -07:00
parent 7c07c07d7a
commit 1102659262
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ bundler:audit:
only:
- master
script:
- bundle check
- "bundle exec bundle-audit check --update --ignore OSVDB-115941"
migration paths: