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

Require Faraday >= 0.9.0 in gemspec #118

Merged
merged 1 commit into from
May 16, 2017
Merged

Conversation

ivoanjo
Copy link
Contributor

@ivoanjo ivoanjo commented May 16, 2017

In #115 we started configuring Faraday to use the FlatParamsEncoder to
avoid an issue with dropped parameters when building a request url.

Unfortunately, as FlatParamsEncoder was only added on Faraday 0.9.0
we should require that version as a minimum, otherwise clients may get
confusing error messages after upgrading to the latest hyperclient
version.

Fixes #117

In #115 we started configuring Faraday to use the FlatParamsEncoder to
avoid an issue with dropped parameters when building a request url.

Unfortunately, as FlatParamsEncoder was only added on Faraday 0.9.0
we should require that version as a minimum, otherwise clients may get
confusing error messages after upgrading to the latest hyperclient
version.

Fixes #117
@ivoanjo
Copy link
Contributor Author

ivoanjo commented May 16, 2017

Small enough fix, going to merge

@ivoanjo ivoanjo merged commit c1225b8 into master May 16, 2017
@ivoanjo ivoanjo deleted the require-faraday-0.9.0 branch May 16, 2017 18:57
@txus txus removed the in progress label May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants