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

Don't show duplicate entries in bundle outdated output #4474

Merged
merged 1 commit into from Mar 21, 2021

Conversation

deivid-rodriguez
Copy link
Member

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

bundle outdated show duplicated entries when a gem has multiple variants in the lockfile.

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

Avoid this duplicates by using .uniq(&:name).

Fixes #4451.

Make sure the following tasks are checked

@deivid-rodriguez deivid-rodriguez merged commit e3ed236 into master Mar 21, 2021
@deivid-rodriguez deivid-rodriguez deleted the bundle_outdated_dups branch March 21, 2021 09:12
deivid-rodriguez added a commit that referenced this pull request Apr 8, 2021
Don't show duplicate entries in `bundle outdated` output

(cherry picked from commit e3ed236)
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 outdated shows the same gem multiple times
2 participants