I'm learning Vagrant's vagrant-share plugin and ran into a Bundler error:
"conflicting dependencies fog-core (~> 1.43.0) and fog-core (= 1.45.0). activated fog-core-1.45.0 which does not match conflicting dependency (~> 1.43.0)."
I've uninstalled fog-core and all dependent gems, then reinstalled fog-core 1.43.0, yet the error msg persists.
Suggestions?