You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was building a new provisioning machine and found out that after installing chefdk and running:
chef gem install chef-provisioning
It complained about the dependency "Rack" needing ruby 2.2.2 (embedded ruby in chefDK is 2.1.8 right now, at least on the machine I built yesterday).
I did work around it by installing previous versions, but I would like to get the latest versions of chef-provisioning and chef-provisioning-aws:
chef gem install rack -v=1.6.4
chef gem install chef-provisioning-aws -v=1.11.0
I do not know if this issue should be here or in the ChefDK repo, but I guess that if in Opscode things are being built with ruby 2.2.2 the ChefDK should ship with ruby 2.2.2 any time soon...
cheers
Jordi
edit: I add that the provisioning machine is a Centos6 box and the package for the DK is chefdk-0.17.17-1.el6.x86_64
The text was updated successfully, but these errors were encountered:
Hi there,
I was building a new provisioning machine and found out that after installing chefdk and running:
It complained about the dependency "Rack" needing ruby 2.2.2 (embedded ruby in chefDK is 2.1.8 right now, at least on the machine I built yesterday).
I did work around it by installing previous versions, but I would like to get the latest versions of chef-provisioning and chef-provisioning-aws:
I do not know if this issue should be here or in the ChefDK repo, but I guess that if in Opscode things are being built with ruby 2.2.2 the ChefDK should ship with ruby 2.2.2 any time soon...
cheers
Jordi
edit: I add that the provisioning machine is a Centos6 box and the package for the DK is chefdk-0.17.17-1.el6.x86_64
The text was updated successfully, but these errors were encountered: