nvchecker: add ruby dependencies
* ruby-coderay * ruby-method_source * ruby-pry
This commit is contained in:
parent
7ade3bfa43
commit
3dd2655a44
1 changed files with 12 additions and 0 deletions
|
@ -724,6 +724,18 @@ use_max_tag = true
|
||||||
|
|
||||||
# gems
|
# gems
|
||||||
|
|
||||||
|
[ruby-pry]
|
||||||
|
source = "gems"
|
||||||
|
gems = "pry"
|
||||||
|
|
||||||
|
[ruby-coderay]
|
||||||
|
source = "gems"
|
||||||
|
gems = "coderay"
|
||||||
|
|
||||||
|
[ruby-method_source]
|
||||||
|
source = "gems"
|
||||||
|
gems = "method_source"
|
||||||
|
|
||||||
[ruby-notiffany]
|
[ruby-notiffany]
|
||||||
source = "gems"
|
source = "gems"
|
||||||
gems = "notiffany"
|
gems = "notiffany"
|
||||||
|
|
Loading…
Reference in a new issue