Revert "Warn ostruct for Ruby 3.5"
This reverts commit 1acbdc76d6ee73bc2a4d490f8809bd128abafc1f. I need to remove ostruct from Rake or fix bundler example. https://github.com/ruby/ruby/actions/runs/8277371220/job/22647605911#step:11:3428
This commit is contained in:
parent
1acbdc76d6
commit
fdf1fa5f5f
@ -26,7 +26,6 @@ module Gem::BUNDLED_GEMS
|
||||
"resolv-replace" => "3.4.0",
|
||||
"rinda" => "3.4.0",
|
||||
"syslog" => "3.4.0",
|
||||
"ostruct" => "3.5.0",
|
||||
}.freeze
|
||||
|
||||
EXACT = {
|
||||
@ -42,7 +41,6 @@ module Gem::BUNDLED_GEMS
|
||||
"resolv-replace" => true,
|
||||
"rinda" => true,
|
||||
"syslog" => true,
|
||||
"ostruct" => true,
|
||||
}.freeze
|
||||
|
||||
PREFIXED = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user