SAML-Toolkits / ruby-saml

SAML SSO for Ruby
MIT License
921 stars 567 forks source link

fix ambiguous regex warnings #720

Closed HParker closed 1 month ago

HParker commented 2 months ago

This test warns

warning: ambiguity between regexp and two divisions: wrap regexp in parentheses or add a space after `/' operator

We can fix this warning by using the %r regex syntax instead