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

test: Add missing dependency for Excon 0.74.0 #1083

Closed
wants to merge 1 commit into from

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Jun 16, 2020

In 0.74.0, excon/excon#718 was shipped, which introduced a dependency on IPAddr.

This dependency can be transitively loaded by excon, through newer versions of openssl.

But older Ruby installations will load older versions of openssl, like the older versions of Ruby we test with.

This PR adds that missing dependency.

A PR has been submitted upstream to address this issue: excon/excon#719

@marcotc marcotc added the dev/testing Involves testing processes (e.g. RSpec) label Jun 16, 2020
@marcotc marcotc requested a review from a team June 16, 2020 19:03
@marcotc marcotc self-assigned this Jun 16, 2020
@marcotc marcotc changed the title Add missing dependency for Excon 0.74.0 test: Add missing dependency for Excon 0.74.0 Jun 16, 2020
@tjwp tjwp mentioned this pull request Jun 17, 2020
@marcotc
Copy link
Member Author

marcotc commented Jun 18, 2020

With excon/excon#719 released in excon 0.75.0 (and #1086 merged to help our CI update to the latest version), this PR is now unnecessary.

@marcotc marcotc closed this Jun 18, 2020
@GustavoCaso GustavoCaso deleted the ci/temprorary-fix-excon branch October 11, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev/testing Involves testing processes (e.g. RSpec)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants