We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
running rake on ruby with a newer ruby results in an error uninitialized constant Syck
uninitialized constant Syck
I realize that ruby > 2.1.6 is not in the travis configurations but I thought I'd put this out there anyhow.
% bundle exec rake validate rake aborted! NameError: uninitialized constant Syck /Users/fess/check/ot/sensu-puppet/Rakefile:2:in `require' /Users/fess/check/ot/sensu-puppet/Rakefile:2:in `<top (required)>' /opt/boxen/rbenv/versions/2.3.1/bin/bundle:23:in `load' /opt/boxen/rbenv/versions/2.3.1/bin/bundle:23:in `<main>' (See full trace by running task with --trace) % % ruby -v ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
The text was updated successfully, but these errors were encountered:
2.3.x isn't really supported by syck yet: https://github.com/ruby/syck/blob/master/syck.gemspec
And it's not entirely supported by Puppet yet:
https://docs.puppet.com/guides/platforms.html
I'll add support for 2.2, but we'll drop this and I'll fix #540
Sorry, something went wrong.
No branches or pull requests
running rake on ruby with a newer ruby results in an error
uninitialized constant SyckI realize that ruby > 2.1.6 is not in the travis configurations but I thought I'd put this out there anyhow.
The text was updated successfully, but these errors were encountered: