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 re-resolve messages #7306

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Conversation

deivid-rodriguez
Copy link
Member

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

Sometimes bundler prints a message about re-resolving because of a gem it's missing from the lockfile, but it's one of its dependencies that's actually missing.

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

Print a correct message when this happens.

Make sure the following tasks are checked

Check that the lockfile is correct both after `bundle install` and
`bundle check`.
@martinemde martinemde merged commit efc224a into master Dec 19, 2023
80 checks passed
@martinemde martinemde deleted the fix-incorrect-re-resolve-messages branch December 19, 2023 22:05
deivid-rodriguez pushed a commit that referenced this pull request Dec 21, 2023
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

2 participants