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

Properly close a tag to avoid errors with some ruby versions #38642

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

frenesim
Copy link
Contributor

@frenesim frenesim commented Mar 4, 2020

fixes #38639

Summary

It raises an error while running 'rails new' with ruby version 2.5.0

It's my first time so I hope I got the contribution flow right. I felt repeating my self to many times for such a simple contribution.

It raises an error if the ruby version is 2.5.0
@rails-bot rails-bot bot added the railties label Mar 4, 2020
@frenesim
Copy link
Contributor Author

frenesim commented Mar 4, 2020

This should be merged with rails 6-0-stable as well.
Should I create a PR to that branch as well?

@rafaelfranca
Copy link
Member

No need to. I'll backport

@rafaelfranca rafaelfranca merged commit 1caaa79 into rails:master Mar 4, 2020
rafaelfranca added a commit that referenced this pull request Mar 4, 2020
Properly close a tag to avoid errors with some ruby versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plain 'rails new' raises while creating files
2 participants