-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix relative path to ciDict.json #13
Conversation
We've seen the same breaking error. It would seem to be the correct number of directories to climb.. it is possible that the file is just missing from the gem since it is not under For reference, here is the PR that changed this pathing and removed the "local" copy under |
|
Thanks for the report, and the PR. There must be the same issue with the java implementation. I take a look ASAP |
Hi @anastasds, Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾 In return for this generous offer we hope you will:
On behalf of the Cucumber core team, |
Thanks a lot for the quick report, and once again, sorry for that regression. A new version, v6.0.4, has just been released and should fix the issue. I have opened an issue to go further with that |
Description
Pulling the latest release and running my local Rake task fails with
Running
in
/Users/me/.rvm/gems/ruby-2.5.7/gems/
fixes the issue. I believe I found where a relative path is being constructed incorrectly.Motivation & context
Fix the gem.
Type of change
Note to other contributors
None
Update required of cucumber.io/docs
Not required
Checklist: