Commit 11026592 authored by Stan Hu's avatar Stan Hu

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.
parent 7c07c07d
......@@ -263,6 +263,7 @@ bundler:audit:
only:
- master
script:
- bundle check
- "bundle exec bundle-audit check --update --ignore OSVDB-115941"
migration paths:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment