mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-01 20:59:13 -05:00
More miscellaneous cleanup
This commit is contained in:
@@ -109,12 +109,14 @@ def install_environment(
|
||||
# Need to call this after installing to set up the shims
|
||||
helpers.run_setup_cmd(prefix, ('rbenv', 'rehash'))
|
||||
helpers.run_setup_cmd(
|
||||
prefix, ('gem', 'build') + prefix.star('.gemspec'),
|
||||
prefix, ('gem', 'build', *prefix.star('.gemspec')),
|
||||
)
|
||||
helpers.run_setup_cmd(
|
||||
prefix,
|
||||
('gem', 'install', '--no-document') +
|
||||
prefix.star('.gem') + additional_dependencies,
|
||||
(
|
||||
'gem', 'install', '--no-document',
|
||||
*prefix.star('.gem'), *additional_dependencies,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user