diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-23 14:57:41 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-23 14:57:41 +0100 |
commit | 93f32b25d23525138ec910f725ebd545ce7ef125 (patch) | |
tree | 498633f84e1a8590b13577c0e79fa36b76aef256 /.gitlab-ci.yml | |
parent | 1324cc2f6ec3b9106391c478b1af402ea2e3b5c5 (diff) | |
download | gitlab-ce-93f32b25d23525138ec910f725ebd545ce7ef125.tar.gz |
Add bundler-audit to CI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94753093540..acba37039aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,3 +87,11 @@ flay: tags: - ruby - mysql + +bundler:audit + script: + - bundle exec bundle-audit update + - bundle exec bundle-audit check + tags: + - ruby + - mysql |