diff --git a/bundler.d/vmware.rb b/bundler.d/vmware.rb index 5e032a2ffef..503d6ddd3f7 100644 --- a/bundler.d/vmware.rb +++ b/bundler.d/vmware.rb @@ -1,3 +1,4 @@ group :vmware do - gem 'fog-vsphere', '>= 3.6.0', '< 4.0' + # With 3.6.1 test/controllers/api/v2/hosts_controller_test is failing + gem 'fog-vsphere', '~> 3.6', '!= 3.6.1' end