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
commit d0c62aae7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
)