
Issue #19702 has been updated by hsbt (Hiroshi SHIBATA). Description updated `rails/rails` already used `gem "racc"` under the bundler environment. https://github.com/rails/rails/blob/main/Gemfile#L145 There is no effect with this changes. ---------------------------------------- Feature #19702: Promote racc as bundled gems https://bugs.ruby-lang.org/issues/19702#change-103425 * Author: hsbt (Hiroshi SHIBATA) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- In the past, we need to bundle `racc` runtime for RD parser of RDoc. Now, We have racc compiler and runtime in ruby repository. I'm not sure we should bundle and maintain `racc` as stdlib(= default gems) in the future. Can we promote `racc` to bundled gems? -- https://bugs.ruby-lang.org/