Warn to use win32ole without Gemfile for Ruby 3.5
This commit is contained in:
parent
1ac3a71d66
commit
f365bef0c7
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user