From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 1AE1E20248 for ; Fri, 22 Mar 2019 10:11:00 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 4C022121125; Fri, 22 Mar 2019 19:10:56 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id D7599121125 for ; Fri, 22 Mar 2019 19:10:53 +0900 (JST) Received: by filter0041p3iad2.sendgrid.net with SMTP id filter0041p3iad2-30608-5C94B4AC-3B 2019-03-22 10:10:52.910393022 +0000 UTC m=+314236.070216633 Received: from herokuapp.com (unknown [54.158.50.190]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id HCZ9LTvlTpiL0BhMeENSEg for ; Fri, 22 Mar 2019 10:10:52.892 +0000 (UTC) Date: Fri, 22 Mar 2019 10:10:53 +0000 (UTC) From: hsbt@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 67416 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15657 X-Redmine-Issue-Author: hsbt X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: hsbt X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?9+ToIm+BmphpEzrVEr2fqVDpB0VofQNbgfqsVvtPdY01MvMUaUPC3HVq=2F9IKsj?= =?us-ascii?Q?pg9mWQmEISoniw+ft=2FtpqKQjDySeO0e0ULZGjE=2F?= =?us-ascii?Q?k=2F9aTEtfwhFY77laVr=2FS931ptJEw0toAmhGt6ht?= =?us-ascii?Q?qxh6aXSsKt5b3yn=2FO7thWdjtGZESWCdH7MsXvC2?= =?us-ascii?Q?xIrXHrxRuCW6EIIFKM+2uW1578JwD5We42Q=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 91929 Subject: [ruby-core:91929] [Ruby trunk Feature#15657] Make webrick to bundled gems X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15657 has been updated by hsbt (Hiroshi SHIBATA). File remove-webrick.patch added Attached the patch for this feature. ---------------------------------------- Feature #15657: Make webrick to bundled gems https://bugs.ruby-lang.org/issues/15657#change-77261 * Author: hsbt (Hiroshi SHIBATA) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: ---------------------------------------- The maintenance of webrick is hard for the ruby core team because we should handle a lot of security issues in the future. webrick was promoted the default gems in Ruby 2.5. It's a good time to promote the bundled gems from default gems before Ruby 3.0 release. ---Files-------------------------------- remove-webrick.patch (130 KB) -- https://bugs.ruby-lang.org/