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 CF7DB20248 for ; Mon, 11 Mar 2019 12:14:49 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 6E4D5121AEE; Mon, 11 Mar 2019 21:14:46 +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 2D458121974 for ; Mon, 11 Mar 2019 21:14:43 +0900 (JST) Received: by filter0069p3mdw1.sendgrid.net with SMTP id filter0069p3mdw1-5430-5C86509C-3F 2019-03-11 12:12:12.949175521 +0000 UTC m=+215869.596888646 Received: from herokuapp.com (unknown [3.84.97.177]) by ismtpd0010p1iad1.sendgrid.net (SG) with ESMTP id 6LXVKSGpSdCl3x7XLvPY4w for ; Mon, 11 Mar 2019 12:12:12.873 +0000 (UTC) Date: Mon, 11 Mar 2019 12:14:37 +0000 (UTC) From: hsbt@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 67228 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+BmphpEzrVEr2fqVDpB0VofQNbgfqsVvtPdY0YQTx9cyq4qsf4RwhHpx?= =?us-ascii?Q?RnwQhtIibtABVw=2Fa1uKxQQokdGJX3OZ5M+iJ8vu?= =?us-ascii?Q?1t7Rk4=2FnXtmAVT4IDUw3+MMDz2luKxFXfdIkxe5?= =?us-ascii?Q?xqHLqveYSgbmEM7VyOjSwTxT3dvDhMPSEV6sWE0?= =?us-ascii?Q?+agNVlI3vyoGbZEI9N30xRxLWfXog6p3yAg=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 91777 Subject: [ruby-core:91777] [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 reported by hsbt (Hiroshi SHIBATA). ---------------------------------------- Feature #15657: Make webrick to bundled gems https://bugs.ruby-lang.org/issues/15657 * 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. -- https://bugs.ruby-lang.org/