lessonly / scim_rails

SCIM Adapter for Rails.
MIT License
68 stars 76 forks source link

Support Ruby 3.0 #54

Closed ruipserra closed 8 months ago

ruipserra commented 2 years ago

Why?

Installing this gem in an app running Ruby 3 raises this error:

scim_rails-0.4.0 requires ruby version ~> 2.4, which is incompatible with the current version, ruby 3.0.3p157

What?

Relax the ruby version requirement so this gem can be used in apps running Ruby 3.0.

Testing Notes

Run the tests. If they pass this should be safe to merge and release.