Skip to content

Commit f365bef

Browse files
committed
Warn to use win32ole without Gemfile for Ruby 3.5
1 parent 1ac3a71 commit f365bef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/bundled_gems.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module Gem::BUNDLED_GEMS
2929
"ostruct" => "3.5.0",
3030
"pstore" => "3.5.0",
3131
"rdoc" => "3.5.0",
32+
"win32ole" => "3.5.0",
3233
}.freeze
3334

3435
EXACT = {
@@ -47,6 +48,7 @@ module Gem::BUNDLED_GEMS
4748
"ostruct" => true,
4849
"pstore" => true,
4950
"rdoc" => true,
51+
"win32ole" => true,
5052
}.freeze
5153

5254
PREFIXED = {

0 commit comments

Comments
 (0)