From 8cd36a6dab170f4127c58c07b1a388dd3813fb7a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 30 Sep 2024 18:39:36 +0900 Subject: [PATCH] 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. --- lib/bundled_gems.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb index b5f73a7750..38057cf6c5 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -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",