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

Fix gem not working after httpi and savon updates #12

Closed
wants to merge 1 commit into from

Conversation

KKIEC
Copy link

@KKIEC KKIEC commented Jan 12, 2023

In the recent update of savon gem from 2.12 to 2.14 ( https://github.com/savonrb/savon/blob/master/CHANGELOG.md ) there is a breaking change:

BC BREAKING Fix: savonrb/savon#985 Renamed Savon::Response#hash to Savon::Response#full_hash

This change crashes gus_bir1. The proposed change fixes it.

It is not however researched thoroughly, there might other areas of the gem that are still affected.

In the recent update of savon gem from 2.12 to 2.14, the dependency on httpi is loosened from  ~> 2.3 to >= 2.4.5. It means that httpi can get updated to version 3+.

This change crashes gus_bir1. The proposed change fixes it.

It is not however researched thoroughly, there might other areas of the gem that are still affected.
@wacaw
Copy link
Contributor

wacaw commented Jan 27, 2023

1.2.0 released with Savon::Response#full_hash

@wacaw wacaw closed this Jan 27, 2023
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