I'm facing this issue running
vagrant plugin install vagrant-berkshelf --plugin-version ">= 2.0.1"
I get this error
An error occurred while installing dep_selector (1.0.3), and Bundler cannot continue. Make sure that
gem install dep_selector -v '1.0.3'
succeeds before bundling.
I've seen mention of this issue including workarounds for Ubuntu, however I cannot find a workaround for mac OSX
https://github.com/berkshelf/vagrant-berkshelf/issues/191 https://github.com/berkshelf/berkshelf/issues/1138
Has anyone gotten around this on OSX?