-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support ruby 2.2 for 1.3.x #774
Support ruby 2.2 for 1.3.x #774
Conversation
Ruby2.2 doesn't contain it as default.
``` diff -No such file or directory - features. Please create a features directory to get started. (Errno::ENOENT) +No such file or directory @ rb_sysopen - features. Please create a features directory to get started. (Errno::ENOENT) ```
The behavor of method as default argument has been changed in Ruby2.2. see: https://bugs.ruby-lang.org/issues/10314
Thank you! Ref #781. |
Could you guys release new 1.3.x with Ruby 2.2 support? Are there any blockers? |
Christmas is my blocker, personally. |
@rwz v1.3.18, released last night, contains this patch. |
@tooky can you pull this into master too? |
@mattwynne yes I'll get it sorted when I get a minute. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.