Skip to content

Commit ed4941d

Browse files
committed
Update to rbvmomi2
1 parent 37de827 commit ed4941d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workers/event_catcher/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

33
gem "manageiq-messaging", "~> 1.0"
4-
gem "rbvmomi", "~> 3.0"
4+
gem "rbvmomi2", "~> 3.3"
55
gem "sd_notify"

workers/event_catcher/event_catcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "manageiq-messaging"
22
require "sd_notify"
3-
require "rbvmomi"
3+
require "rbvmomi2"
44
require "json"
55

66
class EventCatcher

0 commit comments

Comments
 (0)