Merge pull request #2727 from pre-commit/ignore-gemfile

also ignore Gemfile in project
This commit is contained in:
Anthony Sottile 2023-01-28 17:15:48 -05:00 committed by GitHub
commit 840cf532a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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