Closed efalkner closed 8 years ago
We'll be releasing a chefdk containing ruby 2.3 next week. In the meantime, install vagrant-berkshelf with a version vagrant plugin install vagrant-berkshelf -v 4.1.0
(the differences between 4.1.0 and 5.0.0 are pretty much just the ruby version bump), or install a nightly of chefdk.
Sorry for the inconvenience, trying to marshall all these things at once are occasionally painful!
Thank you for your suggestion. This work around did work for me. For visibility, I've updated to Vagrant 1.8.5 (latest) and installed the vagrant berkshelf plugin using the command:
vagrant plugin install vagrant-berkshelf --plugin-version "4.1.0"
The latest version of ChefDK, 0.17.17, installs with version 2.1.8 of Ruby but vagrant-berkshelf requires version 2.2 or above. Chef documentation suggests using ChefDK quite strongly. Are there any suggestions for a work around, aside from installing another ruby version, for provisioning this plugin?