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

Remove optional require net-http-pipeline from vendored net-http-persistent. #7529

Merged
2 commits merged into from
Jan 5, 2020

Conversation

marciotoshio
Copy link
Contributor

@marciotoshio marciotoshio commented Dec 31, 2019

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

See issue #7521.

What was your diagnosis of the problem?

My diagnosis was If you have net-http-pipeline gem installed bundler loads it and you can't vendor it.

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

My fix is remove the optional require of net-http-pipeline.

Why did you choose this fix out of the possible options?

I chose this fix because was a recommendation in the issue by @deivid-rodriguez

Fixes #7521.

@welcome
Copy link

welcome bot commented Dec 31, 2019

Thanks for opening a pull request and helping make Bundler better! Someone from the Bundler team will take a look at your pull request shortly and leave any feedback. Please make sure that your pull request has tests for any changes or added functionality.

We use Travis CI to test and make sure your change works functionally and uses acceptable conventions, you can review the current progress of Travis CI in the PR status window below.

If you have any questions or concerns that you wish to ask, feel free to leave a comment in this PR or join our #bundler channel on Slack.

For more information about contributing to the Bundler project feel free to review our CONTRIBUTING guide

@deivid-rodriguez deivid-rodriguez force-pushed the net-http-pipeline-issue-7521 branch from 828e03b to 1496d99 Compare January 3, 2020 09:21
@deivid-rodriguez deivid-rodriguez force-pushed the net-http-pipeline-issue-7521 branch from 1496d99 to 92bdbed Compare January 3, 2020 09:28
@deivid-rodriguez deivid-rodriguez added this to the 2.1.4 milestone Jan 3, 2020
@deivid-rodriguez
Copy link
Member

Thanks for fixing this @marciotoshio! I added one spec to verify the fix and I'll release this in a few days.

@deivid-rodriguez
Copy link
Member

@bundlerbot merge

ghost pushed a commit that referenced this pull request Jan 5, 2020
7529: Remove optional require net-http-pipeline from vendored net-http-persistent. r=deivid-rodriguez a=marciotoshio

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

See issue #7521.

### What was your diagnosis of the problem?

My diagnosis was If you have net-http-pipeline gem installed bundler loads it and you can't vendor it.

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

My fix is remove the optional require of net-http-pipeline.

### Why did you choose this fix out of the possible options?

I chose this fix because was a recommendation in the issue by @deivid-rodriguez 

Fixes #7521.


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

ghost commented Jan 5, 2020

Build succeeded

@ghost ghost merged commit 92bdbed into rubygems:master Jan 5, 2020
deivid-rodriguez pushed a commit that referenced this pull request Jan 5, 2020
7529: Remove optional require net-http-pipeline from vendored net-http-persistent. r=deivid-rodriguez a=marciotoshio

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

See issue #7521.

### What was your diagnosis of the problem?

My diagnosis was If you have net-http-pipeline gem installed bundler loads it and you can't vendor it.

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

My fix is remove the optional require of net-http-pipeline.

### Why did you choose this fix out of the possible options?

I chose this fix because was a recommendation in the issue by @deivid-rodriguez

Fixes #7521.

Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
Co-authored-by: Marcio Toshio <marcio@tosh.io>
(cherry picked from commit 4bf7ea6)
@deivid-rodriguez deivid-rodriguez mentioned this pull request Jan 5, 2020
ghost pushed a commit that referenced this pull request Jan 5, 2020
7547: Release 2.1.4 r=deivid-rodriguez a=deivid-rodriguez

This PR gets out there two more bug fixes in the 2.1 line. Specifically #7529 and #7537.

Co-authored-by: Bundlerbot <bot@bundler.io>
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
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.

Bundler does not vendor net-http-pipeline gem.
2 participants