Ignore bundle config files when running ruby hooks

This commit is contained in:
Chris Kuehl 2017-01-23 21:22:17 -08:00
parent 260f981ae8
commit 8f057b0b1b

View file

@ -22,6 +22,7 @@ def get_env_patch(venv, language_version): # pragma: windows no cover
patches = (
('GEM_HOME', os.path.join(venv, 'gems')),
('RBENV_ROOT', venv),
('BUNDLE_IGNORE_CONFIG', '1'),
('PATH', (
os.path.join(venv, 'gems', 'bin'), os.pathsep,
os.path.join(venv, 'shims'), os.pathsep,