apokalipto / devise_saml_authenticatable

Devise SAML 2.0 authentication strategy
MIT License
294 stars 153 forks source link

Adds Ruby 3.2 to the CI matrix #231

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

To get the specs to pass I had to add explicit hashes to the with clauses, so they would be properly disambiguated from keyword arguments.

This runs green on my fork.