lessonly / scim_rails

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

Upgrade Rspec to ~5.0; support Rails 6.1 #41

Closed henrypoydar closed 3 years ago

henrypoydar commented 3 years ago

Why?

To use this gem with a Rails 6.1 application

What?

Bumps development environment to Ruby 2.7.2. from Ruby 2.6.2 Upgrades rspec-rails from 3.0 to 5.0
Bumps upper limit on Rails support from 6.0 to 6.1

Testing Notes

All specs pass, but did not test with earlier Rails < 6.0. Recommend a minor release instead of a patch release, and bumping up the minimum Rails version to 6.0.

rreinhardt9 commented 3 years ago

Hi @henrypoydar !!! Thanks so much for this PR; really appreciate it 🙌🏻 . I'll check it out and work on get back with ya if there is any feedback. Looks pretty straightforward 🎉