nvchecker: add ruby dependencies
* ffi * pg
This commit is contained in:
parent
ca7b5d2a07
commit
e849548ec5
1 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue