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

remove use of Ruby 2.3 dependent safe-navigation operator #210

Closed
wants to merge 2 commits into from

Conversation

ritchiey
Copy link

The README says that Turnip supports Ruby 2.2 and up but failed specs under Ruby 2.2 due to use of the &. safe navigation operator which was introduced in Ruby 2.3.

This replaces that usage with Ruby 2.2 compatible code.

@gongo
Copy link
Collaborator

gongo commented Mar 10, 2019

@ritchiey Thanks for PR ! but sorry 🙇
About this problem, README is wrong.
Ruby 2.2 is not supported in the latest version.

gongo added a commit that referenced this pull request Mar 10, 2019
I forgot to update the README about #204 .

via #210
@gongo gongo mentioned this pull request Mar 10, 2019
@ritchiey
Copy link
Author

ritchiey commented Mar 11, 2019 via email

@gongo gongo closed this Mar 11, 2019
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.

2 participants