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:
Hiroshi SHIBATA 2024-03-14 17:41:22 +09:00
parent 1acbdc76d6
commit fdf1fa5f5f
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -26,7 +26,6 @@ module Gem::BUNDLED_GEMS
"resolv-replace" => "3.4.0", "resolv-replace" => "3.4.0",
"rinda" => "3.4.0", "rinda" => "3.4.0",
"syslog" => "3.4.0", "syslog" => "3.4.0",
"ostruct" => "3.5.0",
}.freeze }.freeze
EXACT = { EXACT = {
@ -42,7 +41,6 @@ module Gem::BUNDLED_GEMS
"resolv-replace" => true, "resolv-replace" => true,
"rinda" => true, "rinda" => true,
"syslog" => true, "syslog" => true,
"ostruct" => true,
}.freeze }.freeze
PREFIXED = { PREFIXED = {