nvchecker: add ruby dependencies

* ffi
* pg
This commit is contained in:
George Rawlinson 2021-08-10 04:31:07 +00:00
parent ca7b5d2a07
commit e849548ec5
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 9 additions and 0 deletions

View File

@ -745,6 +745,15 @@ use_max_tag = true
# gems
[ruby-ffi]
source = "gems"
gems = "ffi"
exclude_regex = "^.*(pre).*$"
[ruby-pg]
source = "gems"
gems = "pg"
[ruby-rubocop]
source = "gems"
gems = "rubocop"