Skip to content
Snippets Groups Projects
Commit 1cc9f286 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'sh-add-bundle-check' into 'master'

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.

See merge request !6815
parents 3c31f185 916210a0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -255,6 +255,12 @@ lint-doc:
script:
- scripts/lint-doc.sh
 
bundler:check:
stage: test
<<: *ruby-static-analysis
script:
- bundle check
bundler:audit:
stage: test
<<: *ruby-static-analysis
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment