aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-10-12 13:01:45 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-10-12 13:02:23 -0700
commitd7f8b7e33c0fa56f2cd5d1fb17738e343332e161 (patch)
tree853409a7f598665de6cd7f8198b76f801617a44b /_config.yml
parentFix pass-through for .rst GLEPs (diff)
downloadwww-d7f8b7e33c0fa56f2cd5d1fb17738e343332e161.tar.gz
www-d7f8b7e33c0fa56f2cd5d1fb17738e343332e161.tar.bz2
www-d7f8b7e33c0fa56f2cd5d1fb17738e343332e161.zip
Fix deprecation warning.
> Deprecation: The 'gems' configuration option has been renamed to 'plugins'. > Please update your config file accordingly. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 924ba0b..1ede2b3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -42,4 +42,4 @@ defaults:
layout: passthrough
exclude: ['bin', 'README', 'TODO']
-gems: ['nokogiri']
+plugins: ['nokogiri']