Skip to content

Commit

Permalink
Revert "also ignore Gemfile in project"
Browse files Browse the repository at this point in the history
This reverts commit f4bd449.
  • Loading branch information
asottile committed Feb 1, 2023
1 parent 9868b1a commit 7260d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pre_commit/languages/ruby.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 += (
Expand Down

0 comments on commit 7260d24

Please sign in to comment.