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

Fix incorrect bundle update --bundler message #7516

Merged

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user or developer problem that led to this PR?

Bundler prints an incorrect "Updating bundler to..." message in presence of a local application cache.

What is your fix for the problem, implemented in this PR?

Make sure cached gems are not incorrectly included when fetching remote gems.

Fixes #7477.

Make sure the following tasks are checked

@deivid-rodriguez deivid-rodriguez force-pushed the fix-incorrect-bundle-update-bundler-message branch from 141ca04 to 146de56 Compare March 18, 2024 17:21
@deivid-rodriguez deivid-rodriguez merged commit da8bf77 into master Mar 22, 2024
83 checks passed
@deivid-rodriguez deivid-rodriguez deleted the fix-incorrect-bundle-update-bundler-message branch March 22, 2024 13:14
deivid-rodriguez added a commit that referenced this pull request Apr 4, 2024
…ndler-message

Fix incorrect `bundle update --bundler` message

(cherry picked from commit da8bf77)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bundle update --bundler prints incorrect version in Updating bundler to ... when vendor/cache exist
1 participant