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
Fix Ruby 3.1 compatibility with httparty/multi_xml
httparty's unbounded dependency on multi_xml was resolving to 0.9.1, which requires Ruby >= 3.2. This broke CI on Ruby 3.1.7. Pin multi_xml to 0.7.1 to maintain compatibility.
Also reverted bundler bump to ~> 4.0 (from ~> 2.5) after CI failed to resolve the newer major version; keeping ~> 2.5 ensures stable dependency resolution.
0 commit comments