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

Update to be compatible with Faraday #116

Merged
merged 4 commits into from
Jan 8, 2024
Merged

Conversation

LukeIGS
Copy link
Contributor

@LukeIGS LukeIGS commented Jan 4, 2024

Related to savonrb/savon#998

Changes some calls to faraday equivalents and updates the tests accordingly

@LukeIGS LukeIGS mentioned this pull request Jan 5, 2024
Copy link
Member

@pcai pcai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did some poking around and found some documentation on the order of parameters for Faraday::Env (which inherits from Options which extends Struct):

https://github.com/lostisland/faraday/blob/main/lib/faraday/options/env.rb#L57

Please make the changes for ruby support < 3.2 and I should be able to cut this as a new release

spec/support/responses.rb Outdated Show resolved Hide resolved
@LukeIGS
Copy link
Contributor Author

LukeIGS commented Jan 8, 2024

Looks better.

@LukeIGS
Copy link
Contributor Author

LukeIGS commented Jan 8, 2024

looks like the coveralls sever is utilizing tlsv1 which is making openssl very unhappy in the builds when coveralls tries to submit its results.

@LukeIGS LukeIGS requested a review from pcai January 8, 2024 17:44
@pcai pcai merged commit 2385072 into savonrb:master Jan 8, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants