devise_saml_authenticatable icon indicating copy to clipboard operation
devise_saml_authenticatable copied to clipboard

Undocumented dependency on rexml?

Open mylesboone opened this issue 3 years ago • 1 comments
trafficstars

Using this gem with Ruby 3.0 indicates that devise_saml_authenticatable has a dependency on rexml, but the dependency doesn't seem to be documented within the gem and rexml needs to be included manually.

mylesboone avatar Jan 26 '22 21:01 mylesboone

rexml is a transitive dependency of ruby-saml, so bundler should install it for you without issue. What happened in your case?

adamstegman avatar Jan 27 '22 16:01 adamstegman