Skip to content

Commit

Permalink
Fixes #36535 - Pin fog-vsphere to 3.6.0
Browse files Browse the repository at this point in the history
fog-vsphere 3.6.1 [0] is causing failures in the
test/controllers/api/v2/hosts_controller_test.

The temporary fix is to pin the version to 3.6.0.

[0] fog/fog-vsphere#285
  • Loading branch information
stejskalleos committed Jun 30, 2023
1 parent ee3a8f6 commit 822cac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundler.d/vmware.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 822cac9

Please sign in to comment.