Revert "also ignore Gemfile in project"

This reverts commit f4bd44996c.
This commit is contained in:
Anthony Sottile
2023-02-01 17:52:53 -05:00
parent 9868b1a347
commit 7260d24d0f

View File

@@ -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 += (