diff --git a/bundler.d/vmware.rb b/bundler.d/vmware.rb index 5e032a2ffef4..40d317fdf836 100644 --- a/bundler.d/vmware.rb +++ b/bundler.d/vmware.rb @@ -1,3 +1,5 @@ group :vmware do - gem 'fog-vsphere', '>= 3.6.0', '< 4.0' + # Temp pin to 3.6.0 because with 3.6.1 + # test test/controllers/api/v2/hosts_controller_test is failing + gem 'fog-vsphere', '3.6.0' end