Feature #12733
Bundle bundler to ruby core
説明
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.
履歴
#1
[ruby-core:77184]
Benoit Daloze が3日前に更新
Won't this make it harder to update bundler?
#2
[ruby-core:77231]
Vit Ondruch が約11時間前に更新
Hiroshi SHIBATA wrote:
- bundler uses rspec for test suites. How to use rspec on ruby core repository?
Not only this, but the test suite also needs connection to internet to succeed. No other test needs this so far and I hope it will stay like that.