Skip to content

Commit 435d994

Browse files
committed
Switch from deprecated docs-off args to --no-document
1 parent c292ba8 commit 435d994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit/languages/ruby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def install_environment(
118118
)
119119
helpers.run_setup_cmd(
120120
prefix,
121-
('gem', 'install', '--no-ri', '--no-rdoc') +
121+
('gem', 'install', '--no-document') +
122122
prefix.star('.gem') + additional_dependencies,
123123
)
124124

0 commit comments

Comments
 (0)