-
Notifications
You must be signed in to change notification settings - Fork 585
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
safe_yaml not found #137
Comments
yea looks like something is up and TK isn't providing the deps in the gemfile ? add
to your Gemfile, run bundle install, and bundle exec again.. Should work.. (worked for me) |
Unfortunately, I get the same error. Tried bundle update and bundle install, and then bundle exec kitchen init, and get same traceback :( |
I dug into this today and I discovered that I'll be checking both. |
Ayup, this is due to a broken file mode in the actual contents of the I'm sorry this sucks. |
oh, the fix will be a version bump of the |
Wow, that's a first, it didn't even occur to me that file permissions are transfered |
Looks like |
Verified. kitchen init now working after a bundle update. Thanks! |
require a safe_yaml release with correct permissions. Fixes #137
Any ideas?
The text was updated successfully, but these errors were encountered: