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

Show an error when trying to update bundler in frozen mode #6684

Merged
merged 1 commit into from May 24, 2023

Conversation

deivid-rodriguez
Copy link
Member

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

When running bundle update --bundler in frozen mode, the command would succeed but fail to update the lockfile.

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

My fix is to wire things up so that a warning is printed in this case.

Make sure the following tasks are checked

@deivid-rodriguez deivid-rodriguez marked this pull request as ready for review May 18, 2023 18:34
Previously `bundle update --bundler` would succeed but fail to update
the lockfile.
@deivid-rodriguez deivid-rodriguez merged commit f70f734 into master May 24, 2023
91 of 92 checks passed
@deivid-rodriguez deivid-rodriguez deleted the no-bundle-update-bundler-error branch May 24, 2023 11:28
deivid-rodriguez added a commit that referenced this pull request Jun 8, 2023
Show an error when trying to update bundler in frozen mode

(cherry picked from commit f70f734)
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.

None yet

1 participant