Hiroshi SHIBATA
Hiroshi SHIBATA
>Should an option like --all be added so gem update won't do so? I prefer to add that same as Bundler 4 warning at first. ``` ❯ bundle up [DEPRECATED]...
It may be related with https://github.com/ruby/uri/actions/runs/11737031870/job/32697190779 I sometimes faced above error with Ruby 3.0.x and `macos-latest` that is `macos-14`
I welcome your patch for that.
We built RDoc html with https://github.com/ruby/docs.ruby-lang.org/blob/master/Rakefile#L47
Is this working with `bundler/inline`? `Bundler.default_gemfile` will raise `Bundler::GemfileNotFound` under the `bundler/inline`. I confirmed that with this change and https://github.com/ruby/ruby/blob/master/spec/bundled_gems_spec.rb#L366. You can run that with `make bundled_gems_spec-run`.
I didn't say about `binding.irb`. This change lead to fail with `make bundled_gems_spec-run`. ``` ❯ make bundled_gems_spec-run generating known_errors.inc generating encdb.h generating enc.mk known_errors.inc unchanged encdb.h unchanged making enc making...
Please remove them at first.
I'm +1 to this change. But I have some concerns. Is this working with fresh installation of ruby package? In my understanding, the current rubygems plugin system could work with...
>Does "fresh installation" mean that RDoc is installed as a default gem? Yes. >This solution is only used when RDoc is installed as a bundled gem or a normal gem....
>The answer is that gem install XXX still generates documentation of XXX. Really? https://github.com/ruby/rdoc/pull/1171/files#diff-57670ce1156b5670b904c97f8a01d658a0b5a458ffe71f2fcc7a7eefd4254d2cR15 seems empty. Could you explain how work `lib/rubygems/rdoc.rb` and this change without plugin installation?