doorkeeper-gem / doorkeeper-openid_connect

OpenID Connect extension for Doorkeeper
MIT License
173 stars 115 forks source link

Bump the range of supported Ruby and Rails versions #182

Closed sato11 closed 1 year ago

sato11 commented 1 year ago

Ruby 3.2 is out and 2.6 has reached the EOL: https://www.ruby-lang.org/en/downloads/branches/

Also since Rails 5 has been dropped support for and corresponding gemfiles are now dispensable to ci.

This is a follow-up to what I have committed to doorkeeper gem in https://github.com/doorkeeper-gem/doorkeeper/pull/1618. I guess it would be great if the CI setup mirrors what doorkeeper has just like #175 has achieved it.

As 2.6 is dropped from CI I'm including the change that bumps the required ruby version. What do you think?

sato11 commented 1 year ago

Forgot to mention it in the changelog. Added it 🙂

nbulaj commented 1 year ago

@sato11 could you please fix the conflicts? :pray: Thanks!