Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Follow up to ENV["RGV"] handling refactor #7364

Merged
2 commits merged into from
Sep 25, 2019

Conversation

deivid-rodriguez
Copy link
Member

@deivid-rodriguez deivid-rodriguez commented Sep 24, 2019

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

The problem was that #7296 broke rubygems CI.

What was your diagnosis of the problem?

My diagnosis was that the handling of ENV["RGV"] when it contains the path of a rubygems checkout instead of a rubygems version (like it happens in the rubygems repo) was incorrect.

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

My fix is to correct the behaviour. I was able to reproduce the CI failures in rubygems/rubygems#2924, and verify they are be fixed by this PR by patching the vendored bundler locally.

Fixes #7363.

@hsbt
Copy link
Member

hsbt commented Sep 25, 2019

@bundlerbot r+

ghost pushed a commit that referenced this pull request Sep 25, 2019
7364: Follow up to `ENV["RGV"]` handling refactor r=hsbt a=deivid-rodriguez

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

The problem was that #7296 broke rubygems CI.

### What was your diagnosis of the problem?

My diagnosis was that the handling of `ENV["RGV"]` when it contains the path of a rubygems checkout instead of a rubygems version (like it happens in the rubygems repo) was incorrect.

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

My fix is to correct the behaviour. I was able to reproduce the CI failures in rubygems/rubygems#2924, and verify they are be fixed by this PR by patching the vendored bundler locally.

Fixes #7363.

Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
@ghost
Copy link

ghost commented Sep 25, 2019

Build succeeded

@ghost ghost merged commit cddb891 into master Sep 25, 2019
@ghost ghost deleted the follow_up_to_rgv_handling_refactor branch September 25, 2019 01:38
@deivid-rodriguez deivid-rodriguez added this to the 2.1.0.pre.3 milestone Nov 6, 2019
deivid-rodriguez pushed a commit that referenced this pull request Nov 7, 2019
7364: Follow up to `ENV["RGV"]` handling refactor r=hsbt a=deivid-rodriguez

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

The problem was that #7296 broke rubygems CI.

### What was your diagnosis of the problem?

My diagnosis was that the handling of `ENV["RGV"]` when it contains the path of a rubygems checkout instead of a rubygems version (like it happens in the rubygems repo) was incorrect.

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

My fix is to correct the behaviour. I was able to reproduce the CI failures in rubygems/rubygems#2924, and verify they are be fixed by this PR by patching the vendored bundler locally.

Fixes #7363.

Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
(cherry picked from commit a598871)
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RubyGems test was broken with bundler master
2 participants