From b252dfa82b44bc561264bb68bb7c1bc2e3acac18 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Thu, 31 Mar 2022 12:47:28 -0700 Subject: updating the gem for Ruby 3.1 Signed-off-by: John McCrae --- lib/wmi-lite/wmi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wmi-lite/wmi.rb b/lib/wmi-lite/wmi.rb index e558c64..8c4b055 100644 --- a/lib/wmi-lite/wmi.rb +++ b/lib/wmi-lite/wmi.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require "win32ole" if RUBY_PLATFORM =~ /mswin|mingw32|windows/ +require "win32ole" if RUBY_PLATFORM =~ /mswin|mingw32|mingw|windows/ require_relative "wmi_instance" require_relative "wmi_exception" -- cgit v1.2.1