Merge pull request #889 from pre-commit/no_document

Switch from deprecated docs-off args to --no-document
This commit is contained in:
Anthony Sottile
2018-12-19 14:40:22 -08:00
committed by GitHub
+1 -1
View File
@@ -118,7 +118,7 @@ def install_environment(
)
helpers.run_setup_cmd(
prefix,
('gem', 'install', '--no-ri', '--no-rdoc') +
('gem', 'install', '--no-document') +
prefix.star('.gem') + additional_dependencies,
)