Hello all,
I was wondering if there are plans on upgrading the Ruby version that ships with ChefDK in the near future? Ruby 2.3 recently shipped and has a lot of really nice features. Some of my favourite are the new indentable HEREDOC via <<~
, the dig
method on Hash and Array, and of course the new safe navigation operator &.
.
When writing custom resources I’d love to use these new features. We also all use ChefDK as our default Ruby, so for non-Chef projects would be nice to have a newer Ruby as well.
Thanks in advance!
Arthur Maltson