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
✅ Avoid endless method defs for Ruby 2.7 compatibility
The non-synchronizing literal tests from the #701 backport used endless
method definitions, which require Ruby 3.0. The v0.4 line still supports
Ruby 2.7.3, so this broke CI on 2.7.
0 commit comments