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

rake: uninitialized constant Syck with ruby 2.3.1 #539

Closed
fessyfoo opened this issue Aug 18, 2016 · 1 comment
Closed

rake: uninitialized constant Syck with ruby 2.3.1 #539

fessyfoo opened this issue Aug 18, 2016 · 1 comment

Comments

@fessyfoo
Copy link
Contributor

running rake on ruby with a newer ruby results in an error 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]
@jaxxstorm
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants