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

Ruby 3 support #53

Merged
merged 2 commits into from
Jan 14, 2021
Merged

Ruby 3 support #53

merged 2 commits into from
Jan 14, 2021

Conversation

larouxn
Copy link
Contributor

@larouxn larouxn commented Jan 9, 2021

Add support and CI testing for Ruby 3.0.0 by removing Ruby ~> 2.4 requirement and updating CI config.

https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/

@@ -1,4 +1,4 @@
ruby '~> 2.4'
ruby '>= 2.4'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if we want to keep this ruby '~> 2.4' but if we do I think we need >= to support Ruby 2 and 3.
Screen Shot 2021-01-10 at 18 06 59

@larouxn larouxn force-pushed the replace_travis_with_github_actions branch from fa5f004 to 71f8bc4 Compare January 14, 2021 05:55
@larouxn larouxn force-pushed the ruby_3_support branch 4 times, most recently from 94f8939 to f9aad86 Compare January 14, 2021 06:05
@larouxn larouxn mentioned this pull request Jan 14, 2021
Base automatically changed from replace_travis_with_github_actions to master January 14, 2021 06:15
@larouxn larouxn merged commit 90625fa into master Jan 14, 2021
@larouxn larouxn deleted the ruby_3_support branch January 14, 2021 06:29
larouxn added a commit that referenced this pull request Jan 14, 2021
@larouxn larouxn mentioned this pull request Jan 14, 2021
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.

3 participants