We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Database#update!
nil
1 parent 8f05ef7 commit 75e113eCopy full SHA for 75e113e
lib/bundler/audit/database.rb
@@ -190,8 +190,11 @@ def git?
190
# @option options [Boolean] :quiet
191
# Specify whether `git` should be `--quiet`.
192
#
193
- # @return [true]
194
- # The ruby-advisory-db git repository was successfully updated.
+ # @return [true, nil]
+ # * `true` - the ruby-advisory-db git repository was successfully
195
+ # updated.
196
+ # * `nil` - the ruby-advisory-db is not a git repository or the `git`
197
+ # command is not installed.
198
199
# @raise [UpdateFailed]
200
# Could not update the ruby-advisory-db git repository.
0 commit comments