-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 7? #52
Comments
I'm not aware of any known incompatibilities. We're not on Rails 7 yet so it just hasn't been tested with that version of the framework. Let's leave this issue open to track Rails 7 compatibility. |
I am having the same issue on my end. Current Ruby version: I'm trying to build an Azure AD Integration. I was able to workaround it by: |
Hey @set-pfel, Similarly my team is needing to use this project in a Rails 7 app. We decided to fork the project for now and maintain it in house at the moment. @tknzk did some work on this too. If you look in the open prs they've done some work to help with compatibility. I also left a comment on their pr about the ruby version currently being used. @stevegrossi once I get this integrated into our rails 7 application, what would you need from me to get that pr merged in? We would prefer to continue to work off of this project if possible. |
Hey @thedayisntgray |
The Problem
I notice the gemspec here is limiting to Rails < 6.2
I'm working on a Rails 7 project, and I was wondering if there was anything known/specific that would cause incompatibility with Rails 6.2+, or if it's just not been widely tested?
The text was updated successfully, but these errors were encountered: