nvchecker: add ruby-nanoc dependencies

* ruby-nanoc-checking
* ruby-nanoc-cli
* ruby-nanoc-core
* ruby-nanoc-deploying
This commit is contained in:
George Rawlinson 2021-07-29 07:57:42 +00:00
parent 63a58a94a3
commit 03acb6ae04
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 16 additions and 0 deletions

View File

@ -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"