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

Support ruby 2.2 for 1.3.x #774

Merged

Conversation

tricknotes
Copy link
Contributor

No description provided.

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
mattwynne added a commit that referenced this pull request Dec 22, 2014
@mattwynne mattwynne merged commit dbf9ff5 into cucumber:v1.3.x-bugfix Dec 22, 2014
@mattwynne
Copy link
Member

Thank you! Ref #781.

@rwz
Copy link
Contributor

rwz commented Dec 25, 2014

Could you guys release new 1.3.x with Ruby 2.2 support? Are there any blockers?

@mattwynne
Copy link
Member

Christmas is my blocker, personally.

@mvz mvz mentioned this pull request Dec 26, 2014
4 tasks
@mattwynne
Copy link
Member

@rwz v1.3.18, released last night, contains this patch.

@mattwynne
Copy link
Member

@tooky can you pull this into master too?

@tooky
Copy link
Member

tooky commented Dec 27, 2014

@mattwynne yes I'll get it sorted when I get a minute.

@lock
Copy link

lock bot commented Oct 25, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants