You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
savon version: tested against 2.11.2 and 2.13.0. Note savon v2.14.0 is okay because savon's httpi version requirement is incompatible with wasabi v3.5's httpi version requirement.
Additional Context
I'm filing this bug because it took me time to debug this when upgrading to Ruby 3. Hoping to save someone else the trouble.
The text was updated successfully, but these errors were encountered:
Bug report
Current behavior:
Steps to reproduce current behavior:
Savon.client.call
, for example:Expected behavior:
Savon requires that the minimum wasabi version is v3.7.
The cause of this Ruby 3 related error is removed in v3.6. However, wasabi was not tested against any version of Ruby 3 until v3.70.
System information:
savon
'shttpi
version requirement is incompatible with wasabi v3.5'shttpi
version requirement.Additional Context
I'm filing this bug because it took me time to debug this when upgrading to Ruby 3. Hoping to save someone else the trouble.
The text was updated successfully, but these errors were encountered: