apokalipto / devise_saml_authenticatable

Devise SAML 2.0 authentication strategy
MIT License
297 stars 155 forks source link

Requesting new gem version release #232

Closed siasmj closed 1 year ago

siasmj commented 1 year ago

Hi there! I would like to request a new version of the gem be released, if possible.

I was testing an app that uses devise_saml_authenticatable version 1.9.0 for compatibility with Ruby 3.2 and ran into an exception. In version 1.9.0, lib/devise_saml_authenticatable/saml_config.rb calls the File.exists? method, which was deleted in Ruby 3.2. I saw this is fixed in master by #223. Normally, I would just install the gem from the master branch until a new version of the gem was released. But, in this case, I have a gem that uses devise_saml_authenticatable as a runtime dependency. As far as I can tell, gem runtime dependencies can only resolve to RubyGems and not other sources like GitHub.

Thank you for your consideration and for providing this gem!

adamstegman commented 1 year ago

You got it! I guess I left that sitting for a long time. Published v1.9.1 now.