diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 13:16:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 13:16:19 +0000 |
commit | dea1ff8e8ce88840434d53977ff62683240f5b8f (patch) | |
tree | 60da4e1c735a2d2d89907609c5bb1b1638c4c648 /pre_commit/languages/ruby.py | |
parent | Adding upstream version 2.19.0. (diff) | |
download | pre-commit-dea1ff8e8ce88840434d53977ff62683240f5b8f.tar.xz pre-commit-dea1ff8e8ce88840434d53977ff62683240f5b8f.zip |
Adding upstream version 2.20.0.upstream/2.20.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pre_commit/languages/ruby.py')
-rw-r--r-- | pre_commit/languages/ruby.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pre_commit/languages/ruby.py b/pre_commit/languages/ruby.py index 6c5cff2..8955dd0 100644 --- a/pre_commit/languages/ruby.py +++ b/pre_commit/languages/ruby.py @@ -138,6 +138,7 @@ def install_environment( ( 'gem', 'install', '--no-document', '--no-format-executable', + '--no-user-install', *prefix.star('.gem'), *additional_dependencies, ), ) |