From b084f8abcf5b7310ce8f08d48a1a3f3e56876123 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 3 Nov 2020 07:11:40 +0900 Subject: [PATCH] Completely removed webrick --- doc/maintainers.rdoc | 2 -- doc/standard_library.rdoc | 1 - gems/bundled_gems | 1 - 3 files changed, 4 deletions(-) diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index 8a2fc27fb0..f6131e0505 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -415,5 +415,3 @@ Yukihiro Matsumoto (matz) https://github.com/ruby/rbs [typeprof] https://github.com/ruby/typeprof -[lib/webrick.rb, lib/webrick/*] - https://github.com/ruby/webrick diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index af13b371ea..8eef5e2abc 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -116,4 +116,3 @@ REXML:: An XML toolkit for Ruby RSS:: Family of libraries that support various formats of XML "feeds" RBS:: RBS is a language to describe the structure of Ruby programs TypeProf:: A type analysis tool for Ruby code based on abstract interpretation -WEBrick:: An HTTP server toolkit for Ruby diff --git a/gems/bundled_gems b/gems/bundled_gems index d97d6f95f1..dba6d6721f 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -7,4 +7,3 @@ rexml 3.2.4 https://github.com/ruby/rexml rss 0.2.9 https://github.com/ruby/rss 0.2.9 rbs 0.20.1 https://github.com/ruby/rbs typeprof 0.9.0 https://github.com/ruby/typeprof 91567738bea4a9288bfaec8200702bd19e12a17e -webrick 1.6.1 https://github.com/ruby/webrick