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",
|
"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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user