also ignore Gemfile in project

this starts failing with ruby 3.2.0
This commit is contained in:
Anthony Sottile 2023-01-28 16:44:44 -05:00
parent dd8e717ed6
commit f4bd44996c

View file

@ -39,6 +39,7 @@ def get_env_patch(
('GEM_HOME', os.path.join(venv, 'gems')), ('GEM_HOME', os.path.join(venv, 'gems')),
('GEM_PATH', UNSET), ('GEM_PATH', UNSET),
('BUNDLE_IGNORE_CONFIG', '1'), ('BUNDLE_IGNORE_CONFIG', '1'),
('BUNDLE_GEMFILE', os.devnull),
) )
if language_version == 'system': if language_version == 'system':
patches += ( patches += (