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

Support http.rb 5.x #941

Merged
merged 1 commit into from May 14, 2021
Merged

Support http.rb 5.x #941

merged 1 commit into from May 14, 2021

Conversation

horgh
Copy link
Contributor

@horgh horgh commented May 13, 2021

5.0.0 had a breaking change.

Fixes #940

I'm not completely sure this is the right fix, but my tests work now with both 4.4.1 and 5.0.0 of http.

5.0.0 had a breaking change.

Fixes bblimke#940
@olleolleolle
Copy link
Contributor

This change looks clear and correct and is the 2nd version-dependent http.rb improvement done to this adapter. 🥳

http.rb CHANGELOG listing the breaking change: https://github.com/httprb/http/blob/master/CHANGES.md#500-2021-05-12

@phoet
Copy link

phoet commented May 14, 2021

❤️ sweet! is it reasonable to wait for a new version that is released soon, or rather use the patched version for now?

@bblimke
Copy link
Owner

bblimke commented May 14, 2021

Thank you @horgh for the PR! @olleolleolle, @phoet thank you for reviewing and for the feedback.

@bblimke bblimke merged commit 5e011c8 into bblimke:master May 14, 2021
@bblimke
Copy link
Owner

bblimke commented May 14, 2021

I just released version 3.13.0

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.

webmock with http.rb 5.0 raises KeyError
4 participants