Don't warn the bundled gems that are migrated at Ruby 3.0.

We should stop warnings at some point. I decided to that period EOL-ed versions.
ex. In 2024, Ruby 3.0 is EOL. we removed webrick, rexml, rss from warning targets.
This commit is contained in:
Hiroshi SHIBATA 2024-09-30 18:39:36 +09:00
parent c30a3ed027
commit 8cd36a6dab
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -4,9 +4,6 @@
module Gem::BUNDLED_GEMS
SINCE = {
"rexml" => "3.0.0",
"rss" => "3.0.0",
"webrick" => "3.0.0",
"matrix" => "3.1.0",
"net-ftp" => "3.1.0",
"net-imap" => "3.1.0",