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 27, 2023
1 parent ee3a8f6 commit 5448b6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bundler.d/vmware.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5448b6a

Please sign in to comment.