nvchecker: add ruby-nanoc dependencies
* ruby-nanoc-checking * ruby-nanoc-cli * ruby-nanoc-core * ruby-nanoc-deploying
This commit is contained in:
parent
63a58a94a3
commit
03acb6ae04
1 changed files with 16 additions and 0 deletions
|
@ -724,6 +724,22 @@ use_max_tag = true
|
|||
|
||||
# gems
|
||||
|
||||
[ruby-nanoc-core]
|
||||
source = "gems"
|
||||
gems = "nanoc-core"
|
||||
|
||||
[ruby-nanoc-cli]
|
||||
source = "gems"
|
||||
gems = "nanoc-cli"
|
||||
|
||||
[ruby-nanoc-checking]
|
||||
source = "gems"
|
||||
gems = "nanoc-checking"
|
||||
|
||||
[ruby-nanoc-deploying]
|
||||
source = "gems"
|
||||
gems = "nanoc-deploying"
|
||||
|
||||
[ruby-tty-platform]
|
||||
source = "gems"
|
||||
gems = "tty-platform"
|
||||
|
|
Loading…
Reference in a new issue