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 gem install vs gem fetch inconsistency #5037

Merged
merged 1 commit into from Nov 3, 2021

Conversation

deivid-rodriguez
Copy link
Member

@deivid-rodriguez deivid-rodriguez commented Oct 29, 2021

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

Running gem fetch and gem install against a geminabox server results in different fetched/installed gems when there are platform specific gems involved.

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

Use the same sort criteria in gem fetch used elsewhere.

Fixes #1629.

Make sure the following tasks are checked

@deivid-rodriguez deivid-rodriguez marked this pull request as ready for review November 1, 2021 14:44
@deivid-rodriguez deivid-rodriguez merged commit f44f647 into master Nov 3, 2021
@deivid-rodriguez deivid-rodriguez deleted the fetch_vs_install branch November 3, 2021 08:42
deivid-rodriguez added a commit that referenced this pull request Nov 8, 2021
Fix `gem install` vs `gem fetch` inconsistency

(cherry picked from commit f44f647)
deivid-rodriguez added a commit that referenced this pull request Nov 8, 2021
Fix `gem install` vs `gem fetch` inconsistency

(cherry picked from commit f44f647)
deivid-rodriguez added a commit that referenced this pull request Nov 8, 2021
Fix `gem install` vs `gem fetch` inconsistency

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

Different behaviour of fetch and install with platform specific gems
3 participants