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

Add support for Ruby 3 #734

Merged
merged 1 commit into from
Jan 28, 2021
Merged

Add support for Ruby 3 #734

merged 1 commit into from
Jan 28, 2021

Conversation

lowang
Copy link
Contributor

@lowang lowang commented Jan 27, 2021

Testing:

  • switch to ruby 3
  • rspec

@lowang lowang force-pushed the ruby3-support branch 2 times, most recently from 935b4e8 to ee5f199 Compare January 27, 2021 18:07
.circleci/config.yml Outdated Show resolved Hide resolved
@lowang lowang force-pushed the ruby3-support branch 3 times, most recently from 13b0d05 to f1bec33 Compare January 28, 2021 10:48
README.md Outdated Show resolved Hide resolved
@lowang lowang force-pushed the ruby3-support branch 4 times, most recently from 07a6b41 to ded7e6e Compare January 28, 2021 13:55
@connorshea
Copy link

Out of curiosity, why is Ruby 3 noted as only being supported on Rails 6.1?

@rabotyaga
Copy link
Contributor

Out of curiosity, why is Ruby 3 noted as only being supported on Rails 6.1?

actually it should be >= 6.1, and this is only because rails prior to 6.1 doesn't support ruby >= 3.0.0

@alishersadikov
Copy link

Out of curiosity, why is Ruby 3 noted as only being supported on Rails 6.1?

actually it should be >= 6.1, and this is only because rails prior to 6.1 doesn't support ruby >= 3.0.0

I am not sure this is accurate any more - maybe it was at the time of this post? Rails 6.0.1 seems to support Ruby 3:
https://rubygems.org/gems/rails/versions/6.0.1

Also here:
https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html

Not sure if you meant the recommended Ruby version is 3 on Rails 6.1.

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.

7 participants