Project

General

Profile

Feature #17684

Updated by hsbt (Hiroshi SHIBATA) about 3 years ago

In my understand, `--disable-gems` is only debugging feature for ruby-core team. 

 But some users enabled its option in test environment for performance or etc. So, `--disable-gems` option is wrong usage for some users. 

 * https://github.com/rubygems/bundler/issues/7487#issuecomment-569901549 
 * https://github.com/rubygems/rubygems/pull/4440#issue-587031184 

 We should remove it from package version of ruby. 

Back