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

Allow Sandbox to work with multiple Ruby versions #3412

Closed
kennyadsl opened this issue Oct 28, 2019 · 0 comments · Fixed by #3455
Closed

Allow Sandbox to work with multiple Ruby versions #3412

kennyadsl opened this issue Oct 28, 2019 · 0 comments · Fixed by #3455
Labels
type:enhancement Proposed or newly added feature

Comments

@kennyadsl
Copy link
Member

At the moment our sandbox is using Rails 6, so it requires Ruby >= 2.5 and this could create issues to users using Ruby 2.4, which has not yet reached EOL (which will happen on 2020-03-31).

Ref: #3411

Describe the solution you'd like

We should try to create a Rails 5.2 application rather than a Rails 6 one, if Ruby < 2.5.

Describe alternatives you've considered

Alternatively, we should document requirements better in our README to help new users with the confusion here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Proposed or newly added feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant