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.4 regex warning: remove duplicated range in character class
Replace [\W<] with \W in regex lookahead since < is already
included in \W. This resolves the 'character class has duplicated
range' warning in Ruby 3.4.
Fixes#1609
0 commit comments