summaryrefslogtreecommitdiffstats
path: root/pre_commit
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-03 06:00:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-03 06:00:53 +0000
commitc2c1a8ed4812d9ae242cc764715bf730af065571 (patch)
tree8d0d538e9f1e0b74b36d16cee0ea009686c7af43 /pre_commit
parentAdding upstream version 3.0.2. (diff)
downloadpre-commit-c2c1a8ed4812d9ae242cc764715bf730af065571.tar.xz
pre-commit-c2c1a8ed4812d9ae242cc764715bf730af065571.zip
Adding upstream version 3.0.3.upstream/3.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pre_commit')
-rw-r--r--pre_commit/languages/ruby.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pre_commit/languages/ruby.py b/pre_commit/languages/ruby.py
index b4d4b45..4416f72 100644
--- a/pre_commit/languages/ruby.py
+++ b/pre_commit/languages/ruby.py
@@ -39,7 +39,6 @@ def get_env_patch(
('GEM_HOME', os.path.join(venv, 'gems')),
('GEM_PATH', UNSET),
('BUNDLE_IGNORE_CONFIG', '1'),
- ('BUNDLE_GEMFILE', os.devnull),
)
if language_version == 'system':
patches += (