Removed the warning targets for Ruby 3.1 because 3.1 is already EOL

This commit is contained in:
Hiroshi SHIBATA 2025-03-31 17:35:00 +09:00
parent e4020133c8
commit 938db05361
Notes: git 2025-04-02 01:52:42 +00:00

View File

@ -2,12 +2,6 @@
module Gem::BUNDLED_GEMS # :nodoc:
SINCE = {
"matrix" => "3.1.0",
"net-ftp" => "3.1.0",
"net-imap" => "3.1.0",
"net-pop" => "3.1.0",
"net-smtp" => "3.1.0",
"prime" => "3.1.0",
"racc" => "3.3.0",
"abbrev" => "3.4.0",
"base64" => "3.4.0",