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