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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document why bundler-cache: true isn't needed #11711

Merged

Conversation

jeffwidman
Copy link
Member

I was about to add bundler-cache: true when I realized that we don't actually bundle install anything. So the cache is not only superfluous, it's probably slower.

Since I spent a little bit of time digging into this and it's easy to miss if someone is in a hurry, I thought best to document for the next person.

Hopefully this way if someone changes to bundle install a gem, they'll realize this should get flipped on.

@jeffwidman jeffwidman requested a review from a team as a code owner March 3, 2025 08:25
@jeffwidman jeffwidman enabled auto-merge (squash) March 4, 2025 20:57
I was about to add `bundler-cache: true` when I realized that we don't actually `bundle install` anything. So the cache is not only superfluous, it's probably slower.

Since I spent a little bit of time digging into this and it's easy to miss if someone is in a hurry, I thought best to document for the next person.

Hopefully this way if someone changes to `bundle install` a gem, they'll realize this should get flipped on.
@jeffwidman jeffwidman force-pushed the document-why-bump-version-workflow-doesnt-bundler-cache branch from b3603b2 to 011f786 Compare March 4, 2025 20:57
@jeffwidman jeffwidman merged commit b19f62f into main Mar 4, 2025
60 checks passed
@jeffwidman jeffwidman deleted the document-why-bump-version-workflow-doesnt-bundler-cache branch March 4, 2025 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants