diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-28 16:43:42 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-03-28 16:43:42 -0600 |
commit | aa97720a939dedb2197eedb93fcecf194d78ea96 (patch) | |
tree | b8eadc5b5b95798fd1f2a534a8897a67ef03949d /Gemfile.lock | |
parent | 795199bf04ca08521112d89c03df31d1c11e335d (diff) | |
download | gitlab-ce-aa97720a939dedb2197eedb93fcecf194d78ea96.tar.gz |
Upgrade bundler-audit from 0.4.0 to 0.5.0
Bundler Audit can now run check with the `—update` flag to update the
Ruby CVE repository before checking. This removes the need for two
separate commands in GitLab CI.
See the Changelog for more information:
https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md#050--2
015-02-28
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index da27c62acbf..e613b5c0c37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM bullet (5.0.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.9.0) - bundler-audit (0.4.0) + bundler-audit (0.5.0) bundler (~> 1.2) thor (~> 0.18) byebug (8.2.1) |