Warn to use win32ole without Gemfile for Ruby 3.5

This commit is contained in:
Hiroshi SHIBATA 2024-06-04 16:52:03 +09:00
parent 1ac3a71d66
commit f365bef0c7
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -29,6 +29,7 @@ module Gem::BUNDLED_GEMS
"ostruct" => "3.5.0",
"pstore" => "3.5.0",
"rdoc" => "3.5.0",
"win32ole" => "3.5.0",
}.freeze
EXACT = {
@ -47,6 +48,7 @@ module Gem::BUNDLED_GEMS
"ostruct" => true,
"pstore" => true,
"rdoc" => true,
"win32ole" => true,
}.freeze
PREFIXED = {