Skip to content
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

Open
dhanson358 opened this issue Feb 21, 2022 · 4 comments
Open

Rails 7? #52

dhanson358 opened this issue Feb 21, 2022 · 4 comments

Comments

@dhanson358
Copy link

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?

@stevegrossi
Copy link
Contributor

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.

@set-pfel
Copy link

set-pfel commented Aug 19, 2022

I am having the same issue on my end.
Bundler found conflicting requirements for the Ruby version:
In Gemfile:
scim_rails (> 0.4.0) was resolved to 0.4.0, which depends on
Ruby (> 2.4)

Current Ruby version:
Ruby (= 3.1.2)

I'm trying to build an Azure AD Integration.

I was able to workaround it by:
gem fetch scim_rails
gem install --force scim_rails-0.4.0.gem

@thedayisntgray
Copy link

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.

@set-pfel
Copy link

Hey @thedayisntgray
I have abandoned the try to get this gem working with Microsoft Azure. Instead I started from scratch with the REST client gem to synchronize Users, Groups, Managers and Profile pictures from Microsoft Azure via Microsoft Graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants