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

Are there any plans to drop support for older versions of Ruby? #813

Closed
shuuuuun opened this issue Feb 28, 2023 · 2 comments · Fixed by #821
Closed

Are there any plans to drop support for older versions of Ruby? #813

shuuuuun opened this issue Feb 28, 2023 · 2 comments · Fixed by #821

Comments

@shuuuuun
Copy link
Contributor

This gem currently supports Ruby 2.0 and above.

spec.required_ruby_version = ">= 2.0.0"

ruby: ['2.0', 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head]

At this time, the officially supported Ruby version is 2.7 or later.
(2.7 will soon be EOL as well.)
https://www.ruby-lang.org/en/downloads/branches/

I am working on a PR for another issue, but it is not compatible with older Ruby.
#812 (comment)

Thank you.

@rafaelfranca
Copy link
Member

Now that bundler dropped support to old Rubies we can as well. I'll do it

@shuuuuun
Copy link
Contributor Author

Oh, it depended on the support status of bundler.
Thank you very much!

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 a pull request may close this issue.

2 participants