From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id A361E1AE022E for ; Wed, 7 Sep 2016 15:55:40 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 761ABB5D888 for ; Wed, 7 Sep 2016 16:28:14 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 0048D18CC81C for ; Wed, 7 Sep 2016 16:28:14 +0900 (JST) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id D59AB1204D7; Wed, 7 Sep 2016 16:28:13 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id E074B1204B2 for ; Wed, 7 Sep 2016 16:28:10 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=6H5JWngfZl8Cl3S9+DVLBUmzFjQ=; b=Az9D1qdBtfJf+W+08w hEGhQxDMe2nYvRkgyKR5CzijaT1UTGtI5IO8aEtNaMAhjNWhHtGAhlUCRcKHEiwN 4ahVbQOA9Z05lvGYDs6oMipnIJdzCitVxKK7wfdgjBMTSDpHGEIZ9f7CgM9jm6dv 3rxBHW3bHBPwn5cBBzs3kJX/g= Received: by filter0614p1mdw1.sendgrid.net with SMTP id filter0614p1mdw1.12032.57CFC1876 2016-09-07 07:28:07.235688047 +0000 UTC Received: from herokuapp.com (ec2-54-204-80-184.compute-1.amazonaws.com [54.204.80.184]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id wnoak_Z6TXib2byk2zQHqQ for ; Wed, 07 Sep 2016 07:28:07.224 +0000 (UTC) Date: Wed, 07 Sep 2016 07:28:07 +0000 From: eregontp@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 51978 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 12733 X-Redmine-Issue-Author: hsbt X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: Eregon 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS7rR0mGzRJShG9GoBsZblNqBmxCmHRONrvYFk 4lHeGY9lVE0DtYEBQqTXLyXM9FjjlJIW89JLgDKhiMW+56aartynGdfjXo0hGw52MUy4lqkG84pRYC 9MFtVw1UWS9UqTbgoHwxbT5mYSC4Hg1SMOPnRGkWW7KsMWd/YZHinv2dSw== X-ML-Name: ruby-core X-Mail-Count: 77184 Subject: [ruby-core:77184] [Ruby trunk Feature#12733] 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 Benoit Daloze. Won't this make it harder to update bundler? ---------------------------------------- Feature #12733: Bundle bundler to ruby core https://bugs.ruby-lang.org/issues/12733#change-60399 * Author: Hiroshi SHIBATA * Status: Open * Priority: Normal * Assignee: Hiroshi SHIBATA ---------------------------------------- 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/