Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8e717 commit f4bd449Copy full SHA for f4bd449
1 file changed
pre_commit/languages/ruby.py
@@ -39,6 +39,7 @@ def get_env_patch(
39
('GEM_HOME', os.path.join(venv, 'gems')),
40
('GEM_PATH', UNSET),
41
('BUNDLE_IGNORE_CONFIG', '1'),
42
+ ('BUNDLE_GEMFILE', os.devnull),
43
)
44
if language_version == 'system':
45
patches += (
0 commit comments