summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-03 07:11:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-10 18:06:25 +0900
commitb084f8abcf5b7310ce8f08d48a1a3f3e56876123 (patch)
treef82b8fb7528666d67b35b1c780708f24e25e1fa0 /doc
parent880727f037ee7dfeeb3dbc9027622798d46fdbac (diff)
Completely removed webrick
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3729
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc2
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 0 insertions, 3 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