diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-03-31 17:35:00 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-02 10:52:26 +0900 |
| commit | 938db05361585fb4a2da38bc62d1ea36ea451bf6 (patch) | |
| tree | 5b0ad3b0d7fa2d2931cb99ae5151598919052abe /lib | |
| parent | e4020133c88b358d4392d29058043cc5dbdb195b (diff) | |
Removed the warning targets for Ruby 3.1 because 3.1 is already EOL
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13017
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundled_gems.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb index 4e96c555d3..771f2325cf 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -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", |
