Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip vendored gem files #329

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Skip vendored gem files #329

wants to merge 3 commits into from

Conversation

kjeldahl
Copy link

馃悤

/cc @zendesk/dingo

Description

Skip files in vendor just as files in tmp are skipped.

When installing gems using bundler on a CI system the gems end up in the vendor/bundle folder pr default and these files are not supposed to be included in the package, so they should be skipped. Also locally if installing gems in vendor/ I get a "Too many open files" error as each AppFile is opened upon instantiation.

Before merging this PR

  • Fill out the Risks section
  • Think about performance and security issues

Risks

  • [RUNTIME] Can this change affect apps rendering for a user?
  • [HIGH | medium | low] What features does this touch?

@kjeldahl kjeldahl requested review from a team as code owners May 19, 2022 10:33
When installing gems using bundler on a CI system the gems end up in the vendor/bundle folder pr default and these files are not supposed to be included in the package, so they should be skipped. Also locally if installing gems in vendor/ I get a "Too many open files" error as each AppFile is opened upon instantiation.

Some systems will not the path be changed: ruby/setup-ruby#136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant