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

Bump the range of supported Ruby and Rails versions #182

Merged

Conversation

sato11
Copy link
Contributor

@sato11 sato11 commented Jan 11, 2023

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 doorkeeper-gem/doorkeeper#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 sato11 force-pushed the bump-range-of-supported-ruby-versions branch 2 times, most recently from 1aadc76 to 58686f2 Compare January 11, 2023 10:13
@sato11
Copy link
Contributor Author

sato11 commented Jan 11, 2023

Forgot to mention it in the changelog. Added it 🙂

@nbulaj
Copy link
Member

nbulaj commented Feb 1, 2023

@sato11 could you please fix the conflicts? 🙏 Thanks!

@sato11 sato11 force-pushed the bump-range-of-supported-ruby-versions branch from 58686f2 to dadbf9a Compare February 1, 2023 09:51
@@ -36,8 +36,6 @@ jobs:
exclude:
- ruby: 3.0
gemfile: gemfiles/rails_5_2.gemfile
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also drop Rails 5.0 and 5.2

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Will commit it here since you mention it 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nbulaj How does it look to you now? 🙂

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.
@sato11 sato11 force-pushed the bump-range-of-supported-ruby-versions branch from dadbf9a to b810c44 Compare February 1, 2023 10:03
@sato11 sato11 changed the title Bump the range of supported Ruby versions Bump the range of supported Ruby and Rails versions Feb 1, 2023
Copy link
Member

@nbulaj nbulaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@nbulaj nbulaj merged commit b268d28 into doorkeeper-gem:master Feb 1, 2023
@sato11 sato11 deleted the bump-range-of-supported-ruby-versions branch February 1, 2023 12:43
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

Successfully merging this pull request may close these issues.

2 participants