-
Notifications
You must be signed in to change notification settings - Fork 0
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
Supported Ruby Versions? #28
Comments
I think it's reasonable to add a .ruby-version file for development. My expectation is that supported ruby versions would be driven primarily by dependencies, however I can't think of any reason to avoid |
We should also update the CircleCI config to test against all the versions of Ruby we decide to support. |
That's a good idea. Can I assign these two items to myself? |
Go for it |
I noticed there is no information about supported ruby versions. What are they and how should the repo be updated to include this information?
Options for updating the repo:
.ruby-version
file for ruby version managers to pick up onThoughts? I like options 1 and 3.
1: https://guides.rubygems.org/specification-reference/#required_ruby_version
The text was updated successfully, but these errors were encountered: