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:
parent
c30a3ed027
commit
8cd36a6dab
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user