From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID,T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 82B5F1F406 for ; Sat, 23 Dec 2017 00:36:06 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id DF028120974; Sat, 23 Dec 2017 09:36:04 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 0C45B120953 for ; Sat, 23 Dec 2017 09:36:01 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=Fy2setLORgnympSTE1SlSuPr+9I=; b=f66zKAhqGFge3Xt1bW ID71cgHuBlmJ6quF6TSy6EnXm5ghLa9fGq6334YiAS4e0jZwPwR2hWpLZQl1OEZJ lKw5EbloKILi29Hp2TvDn7MktO0uTrh8YR4NRR3NopoLdFPHESyrekPGC1NYlsfT Q1fXxR9+XhKvR+Pls5oMsvIEc= Received: by filter0021p3las1.sendgrid.net with SMTP id filter0021p3las1-14059-5A3DA4ED-50 2017-12-23 00:35:58.043935556 +0000 UTC Received: from herokuapp.com (ec2-54-156-42-247.compute-1.amazonaws.com [54.156.42.247]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id WuVzHPGZTdq5qHocxk0-ZA Sat, 23 Dec 2017 00:35:57.862 +0000 (UTC) Date: Sat, 23 Dec 2017 00:35:58 +0000 (UTC) From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 59585 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 12733 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: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS4TYzkFKzI4q52s0dyQ20YZsWwh/Srv4lY0Ir pK741C6NLApXUXSkxbV2uHoIbjAfQU7jBgSnk4wmsDPvfvHlfDr+5A/h0xQco7zPPeect8y6w/VR8I yi4GuaFJCJOl9qGupv/96NSye7LmoeOjQ5C3pVwufSs9dVwaePTO6XXRMQ== X-ML-Name: ruby-core X-Mail-Count: 84409 Subject: [ruby-core:84409] [Ruby trunk Feature#12733][Assigned] Bundle bundler to ruby core 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 #12733 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Closed to Assigned I postpone merging bundler to stdlib. I reverted this feature ar r61416 ---------------------------------------- Feature #12733: Bundle bundler to ruby core https://bugs.ruby-lang.org/issues/12733#change-68601 * Author: hsbt (Hiroshi SHIBATA) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: 2.5 ---------------------------------------- rubygems team has plan to migrate bundler into rubygems at rubygems 3.0. ref. https://github.com/rubygems/rubygems/issues/1681 In current status, rubygems only use `Bundler` module on test suites. But we should track rubygems upstream step by step. I propose to bundle bundler for stdlib as default gem on ruby core repository. but we have some consideration. such as * bundler uses rspec for test suites. How to use rspec on ruby core repository? * Who are maintain bundler on ruby core repository? This issue is epic topic. Please comment your concerns or idea. -- https://bugs.ruby-lang.org/