solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
53 stars 128 forks source link

Relax Ruby required version to support Ruby 3.0+ #203

Closed filippoliverani closed 3 years ago

filippoliverani commented 3 years ago

This PR removes Ruby version upper limit in gemspec to make the gem work with Ruby 3.0

peterberkenbosch commented 3 years ago

One little thing to point out (or maybe new PR?) is to bump the Solidus version in the gemspec to not be <3 so this works on Solidus master (3.0.0.beta) as well.

https://github.com/solidusio/solidus_auth_devise/compare/master...peterberkenbosch:ruby-3-support

peterberkenbosch commented 3 years ago

add Solidus 3 support here #205