mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Changed to use --no-ri --no-rdoc
Changed to use --no-ri --no-rdoc to fix gem installs on OS X
This commit is contained in:
parent
a8ddffb024
commit
1bda89458b
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ def install_environment(repo_cmd_runner, version='default'):
|
|||
_install_ruby(ruby_env, version)
|
||||
ruby_env.run(
|
||||
'cd {prefix} && gem build *.gemspec'
|
||||
' && gem install --no-document *.gem',
|
||||
' && gem install --no-ri --no-rdoc *.gem',
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue